summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-02 18:56:58 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-02 18:56:58 -0800
commite35b18185e8b447db138e90aa25214a31263b0f5 (patch)
tree4e352ea2a2cbf11fe153cad2a01c78a5441909b0 /CHANGELOG.md
parent379865fc871ab760013542e44f9964fddae83e8f (diff)
downloadisort-e35b18185e8b447db138e90aa25214a31263b0f5.tar.gz
Add before install step
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20261be4..9aaf88cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ Changelog
- Fixed "no_lines_before" to also be respected from previous empty sections.
- Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue #848)
- Fixed issue #842 default encoding not-set in Python2
+- Restored Windows automated testing
+- Added Mac automated testing
### 4.3.9 - Feburary 25, 2019 - hot fix release
- Fixed a bug that led to an incompatibility with black: #831