summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-11-02 19:56:14 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-11-02 19:56:14 -0700
commita78f797d0cf8ecc3d76e4558aaa2f5385d247146 (patch)
tree84351c8aca000d218b7ff3dc2c12d6f9edfc2caf
parent5eaed4145d174ac05752095ec205ce2cd2e90a5f (diff)
downloadnatsort-a78f797d0cf8ecc3d76e4558aaa2f5385d247146.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e1d147..25fbf19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,11 @@
Unreleased
---
-### Changed
-
- - The `ns` enum is now implemented as an `enum.IntEnum` instead of a
- `collections.namedtuple`
+### Added
+- Type hints (contributions from [@thethiny](https://github.com/thethiny) and
+ [@domdfcoding](https://github.com/domdfcoding), issues #132, #135, and #138)
### Removed
-
- Support for Python 3.4 and Python 3.5
[7.1.1] - 2021-01-24