summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-10 13:10:03 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-10 13:10:03 -0800
commitb1095455a7c8dce342ef8324abf2fca34dfe8642 (patch)
tree58c6087e5548d925c4506dfe59b882f0279b587f /CHANGELOG.md
parent1410a408c4f3e58864d67cd0406c37d27e88a933 (diff)
downloadnatsort-b1095455a7c8dce342ef8324abf2fca34dfe8642.tar.gz
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0e76d6b..83439f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
Unreleased
---
+### Changed
+ - `index_natsorted` internally now uses tuples for index-element pairs
+ instead of lists
+
+### Removed
+ - Support for Python 2
+
[6.1.0] - 2019-11-09
---
@@ -17,9 +24,6 @@ Unreleased
- Removed dependency on `sudo` in TravisCI configuration ([@hugovk](https://github.com/hugovk), issue #99)
- Documentation typos ([@jdufresne](https://github.com/jdufresne), issue #94) ([@cpburnz](https://github.com/cpburnz), issue #95)
-### Removed
- - Support for Python 2
-
[6.0.0] - 2019-02-04
---