From 92969665342450fb450904776a59bd8406dfe65a Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Mon, 27 Feb 2023 00:35:16 -0800 Subject: Update changelog This closes #149 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.1