diff options
author | Timothy Crosley <timothy.crosley@gmail.com> | 2019-02-25 00:12:15 -0800 |
---|---|---|
committer | Timothy Crosley <timothy.crosley@gmail.com> | 2019-02-25 00:12:15 -0800 |
commit | 3ebd336f6f24b9c22d052dec35fdba7e39c3a2cb (patch) | |
tree | 08cd3625ec2c33acbc4c99f16fc39c25b711fca6 /CHANGELOG.md | |
parent | cdb781b639bb455d5f7585c97eb03d092380be7c (diff) | |
download | isort-3ebd336f6f24b9c22d052dec35fdba7e39c3a2cb.tar.gz |
Prepare a hotfix release that handles finder failure on creation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 78724d04..43af4f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ Changelog ========= +### 4.3.7 - February 25, 2019 - hot fix release +- Expands the finder failsafe to occur on the creation of the finder objects. + ### 4.3.6 - February 24, 2019 - hot fix release - Fixes a fatal error that occurs if a single finder throws an exception. Important as we add more finders that utilize third party libraries. |