summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-27 08:44:06 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-27 08:44:06 -0800
commit3dc133c38b369700de0af471a49d53e558a37a38 (patch)
treec6da924fd8141b817aa20fa6b8c1f8056c4f773b
parent0e7533d2799c4bc8cc6968cd6485b6996eee0a05 (diff)
downloadnatsort-3dc133c38b369700de0af471a49d53e558a37a38.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 904a1b6..4278428 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,12 @@ Unreleased
---
### Added
-- The `presort` option to `natsorted` and friends to attain consistent
+- The `PRESORT` option to the `ns` enum to attain consistent
sort order in certain corner cases (Issue
[#149](https://github.com/SethMMorton/natsort/issues/149))
- Logic to ensure `None` and NaN are sorted in a consistent order
(Issue [#149](https://github.com/SethMMorton/natsort/issues/149))
+- Explict Python 3.11 support
### Changed
- Only convert to `str` if necessary in `os_sorted`