summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-03-01 21:24:59 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-03-01 21:24:59 -0800
commitf2ea0d6f134c414bb9d98b271cab76e11f160f1b (patch)
tree82409ab4904d799aec2535676581bc34535f9672
parentdef59286fc678e366f13c1184fa3548bf4680144 (diff)
downloadnatsort-f2ea0d6f134c414bb9d98b271cab76e11f160f1b.tar.gz
Update changelog
This closes #161.
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3560a5b..e445b3d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Unreleased
---
+### Fixed
+- Broken test on FreeBSD due to a broken `locale.strxfrm`.
+ **This change has no effect outside fixing tests**
+ (Issue [#161](https://github.com/SethMMorton/natsort/issues/161))
+
[8.3.0] - 2023-02-27
---