summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-06-25 16:45:04 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-06-25 16:45:04 -0700
commit0ec22817a5c6b16ee076522535602647866beef9 (patch)
treee2c2b17edd43242cdea775a2b9f41ccda8a7d89c
parent9ffa36ab6024899bbeb8db827c69afb4626fdf40 (diff)
downloadisort-0ec22817a5c6b16ee076522535602647866beef9.tar.gz
Add fix for issue 957 to changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aff495db..1eec5372 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
=========
+### 4.3.21 - June 25, 2019 - hot fix release
+- Fixed issue #957 - Long aliases and use_parentheses generates invalid syntax
+
### 4.3.20 - May 14, 2019 - hot fix release
- Fixed issue #948 - Pipe redirection broken on Python2.7