summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-27 00:35:16 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-27 00:36:34 -0800
commit92969665342450fb450904776a59bd8406dfe65a (patch)
tree150a471469b36a9b03b0012303aa9c91cae4aeb6
parent50389e16d3aba5139890e14d57257320a9bc7e11 (diff)
downloadnatsort-92969665342450fb450904776a59bd8406dfe65a.tar.gz
Update changelog
This closes #149
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2fdfe57..904a1b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Unreleased
---
+### Added
+- The `presort` option to `natsorted` and friends 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))
+
### Changed
- Only convert to `str` if necessary in `os_sorted`
([@Dobatymo](https://github.com/Dobatymo), issues