summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-06 01:03:31 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-06 01:03:31 -0800
commit9f89ff822f791a4df015da33036902ecd911be65 (patch)
treef5a8e31aa94c88d1b05e9923703b8374d390fa75
parentf0434ef620c1a5e2ede0fb5c99ff3fe372f51844 (diff)
downloadisort-9f89ff822f791a4df015da33036902ecd911be65.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05adc187..5819916a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,10 @@
Changelog
=========
-### 4.3.11 - March 3, 2019 - hot fix release
+### 4.3.11 - March 6, 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
+- Improved handling of pex files and other binary Python files
### 4.3.10 - March 2, 2019 - hot fix release
- Fixed Windows incompatibilities (Issue #835)