summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-04 22:43:12 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-04 22:43:12 -0800
commit2c59158602f5d36d88c32cefe7e14a3963068c9e (patch)
treea6a858a38b88cd521a1a23883e7d36cc042533ac /CHANGELOG.md
parentbcec89b0ea45e310a90bc2ca472f4c3a0ba481ce (diff)
downloadisort-2c59158602f5d36d88c32cefe7e14a3963068c9e.tar.gz
Initial work toward fixing issue #873
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 fc13703d..05adc187 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@ Changelog
=========
### 4.3.11 - March 3, 2019 - hot fix release
- Fixed issue #876: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY
+- Fixed issue #873: current version skips every file on travis
+- Additional caching to reduce performance regression introduced in 4.3.5
### 4.3.10 - March 2, 2019 - hot fix release
- Fixed Windows incompatibilities (Issue #835)