From 3dc133c38b369700de0af471a49d53e558a37a38 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Mon, 27 Feb 2023 08:44:06 -0800 Subject: Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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` -- cgit v1.2.1