summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-01-24 21:07:34 -0800
committerSeth Morton <seth.m.morton@gmail.com>2021-01-24 21:07:34 -0800
commitbd7c9b88220a031cd51d822e455f0b3cbc355d60 (patch)
treeb84384a814bfcae0322fedf6fb826f137b31556b
parent57006e538958ca24d5b9bad58770b0f0230f80f3 (diff)
downloadnatsort-bd7c9b88220a031cd51d822e455f0b3cbc355d60.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a0dda26..ecef889 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@ Unreleased
### Changed
- Use GitHub Actions instead of Travis-CI (issue #125)
+ - No longer pin testing dependencies (issue #126)
+
+### Fixed
+ - Correct a minor typo ([@madphysicist](https://github.com/madphysicist), issue #127)
[7.1.0] - 2020-11-19
---