summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-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