summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-19 14:00:56 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-19 14:00:56 -0800
commit2c7e966ab1405ea3c1acc654c365c96254bdd81a (patch)
treea50a2ca56d254fc4f8ad2cab0bb00d1563b329f1 /CHANGELOG.md
parentae12e044daabc163d20e1ca36f1aaaa7d7bd3967 (diff)
downloadnatsort-2c7e966ab1405ea3c1acc654c365c96254bdd81a.tar.gz
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c17af8..d39408b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
Unreleased
---
+### Added
+ - Ability to deploy directly from TravisCI ([@hugovk](https://github.com/hugovk), issue #106)
+ - Release checklist in `RELEASING.md` ([@hugovk](https://github.com/hugovk), issue #106)
+
+### Changed
+ - Updated auxillary shell scripts to be written in python, and added
+ ability to call these from `tox`.
+
+### Removed
+ - Support for Python 2
+
[6.2.0] - 2019-11-13
---
@@ -20,9 +31,6 @@ Unreleased
### Removed
- Introduction page in documentation
-### Removed
- - Support for Python 2
-
[6.1.0] - 2019-11-09
---