summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 23:47:26 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 23:47:26 -0800
commite778c1742fc94766b42110580809795605ca3c88 (patch)
treef43e7b759052bcebf03015b700b33cf64d61cad3
parent85e84a71c80555f05b4fbf9d82030f20f6fa5acd (diff)
downloadnatsort-e778c1742fc94766b42110580809795605ca3c88.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9bedf3d..2fdfe57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
Unreleased
---
+### Changed
+- Only convert to `str` if necessary in `os_sorted`
+ ([@Dobatymo](https://github.com/Dobatymo), issues
+ [#157](https://github.com/SethMMorton/natsort/issues/157) and
+ [#158](https://github.com/SethMMorton/natsort/issues/158))
+- Attempt to use new `fastnumbers` functionality if available
+- Move non-API documentation to the GitHub wiki
+
### Removed
- Support for EOL Python 3.6