summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-27 09:57:49 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-27 09:57:49 -0800
commit451244d19d36df152d416003acf47ce538c8beaf (patch)
treefcfab65efb0edc9d9ce47742bd7ca445d862dd54 /CHANGELOG.md
parent3dc133c38b369700de0af471a49d53e558a37a38 (diff)
downloadnatsort-451244d19d36df152d416003acf47ce538c8beaf.tar.gz
Bump version: 8.2.0 → 8.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4278428..3560a5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Unreleased
---
+[8.3.0] - 2023-02-27
+---
+
### Added
- The `PRESORT` option to the `ns` enum to attain consistent
sort order in certain corner cases (Issue
@@ -626,6 +629,7 @@ a pipeline by which to filter
- Sorting algorithm to support floats (including exponentials) and basic version number support
<!---Comparison links-->
+[8.3.0]: https://github.com/SethMMorton/natsort/compare/8.2.0...8.3.0
[8.2.0]: https://github.com/SethMMorton/natsort/compare/8.1.0...8.2.0
[8.1.0]: https://github.com/SethMMorton/natsort/compare/8.0.2...8.1.0
[8.0.2]: https://github.com/SethMMorton/natsort/compare/8.0.1...8.0.2