summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2022-09-01 13:56:31 -0700
committerSeth Morton <seth.m.morton@gmail.com>2022-09-01 13:59:30 -0700
commitffda8412785c8ad8062bc9336de104abf2227446 (patch)
treeb4e4dbce291029b96ac21332ddf990a643afad14
parentc634a4a8437de989b4394c48cd80e19ea82040f8 (diff)
downloadnatsort-ffda8412785c8ad8062bc9336de104abf2227446.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d83289d..e326486 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
Unreleased
---
+### Changed
+- Auto-coerce `pathlib.Path` objects to `str` since it is the least astonishing
+ behavior ([@Gilthans](https://github.com/Gilthans), issues #152, #153)
+- Reduce strictness of type hints to avoid over-constraining client code
+ (issues #154, #155)
+
[8.1.0] - 2022-01-30
---