summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-03-02 18:19:49 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-03-02 18:19:49 -0800
commitdb0107b0c3d92cb8365c896475ae795ee2eb8370 (patch)
tree29eb811a69ad34d9502e3d99734c1388af4c68d2
parentcb633f2754204dd26439fb2677a4d3727ce07e92 (diff)
downloadisort-db0107b0c3d92cb8365c896475ae795ee2eb8370.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a53c634..0f6b2758 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
Changelog
=========
+### 4.3.10 - March 2, 2019 - hot fix release
+- Fixed Windows incompatibilities (Issue #835)
+- Fixed relative import sorting bug (Issue #417)
+- 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)
+
### 4.3.9 - Feburary 25, 2019 - hot fix release
- Fixed a bug that led to an incompatibility with black: #831