summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-11-17 23:27:51 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-11-17 23:29:18 -0800
commit18c76a733e8d8f3e924ee8adc2d670703a7c7682 (patch)
tree03dab7a65ad2c86727afd0a459d883f68fca8fa0 /CHANGELOG.md
parent3f5439cbc2d5caab514a9d6053d7359e9f3c05eb (diff)
downloadnatsort-18c76a733e8d8f3e924ee8adc2d670703a7c7682.tar.gz
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18f8c99..887cb92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@ Unreleased
---
### Added
+ - ``os_sorted``, ``os_sort_keygen``, and ``os_sort_key`` to better support
+ sorting like the file browser on the current operating system - this
+ closes the long-standing issue #41
- Support for Python 3.9 ([@swt2c](https://github.com/swt2c), issue #119)
### Changed