summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2022-01-29 22:30:49 -0800
committerSeth Morton <seth.m.morton@gmail.com>2022-01-29 22:30:49 -0800
commit4832c1506833ea40592bc79d638e233495eb3558 (patch)
treeb7b66a2f9cf08d36643a199bca105264004a020b
parent9aad50ddc877cf97b9141604cd198b3b06d88e63 (diff)
downloadnatsort-4832c1506833ea40592bc79d638e233495eb3558.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f81376..b1475fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,18 +1,22 @@
Unreleased
---
+### Changed
+- When using `ns.PATH`, only split off a maximum of two suffixes from
+ a file name (issues #145, #146).
+
[8.0.2] - 2021-12-14
---
### Fixed
-- Bug where sorting paths fail if one of the paths is '.'.
+- Bug where sorting paths fail if one of the paths is '.' (issues #142, #143)
[8.0.1] - 2021-12-10
---
### Fixed
- Compose unicode characters when using locale to ensure sorting is correct
- across all locales.
+ across all locales (issues #140, #141)
[8.0.0] - 2021-11-03
---