summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-07-19 20:03:59 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-07-19 20:03:59 -0800
commit3a25017e3963495c8dc195171bd0fc0fe660af89 (patch)
tree9c7475703447c2ef2470193b6103d49779f221db /CHANGELOG
parent2523404e0f595934a23f737fff5f3297fb54d965 (diff)
downloadisort-3a25017e3963495c8dc195171bd0fc0fe660af89.tar.gz
Deployed with MkDocs version: 1.1.2
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG/index.html b/CHANGELOG/index.html
index cd342604..52bcb614 100644
--- a/CHANGELOG/index.html
+++ b/CHANGELOG/index.html
@@ -261,6 +261,13 @@
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
+ <a href="#514-july-19-2020" class="md-nav__link">
+ 5.1.4 July 19, 2020
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
<a href="#513-july-18-2020" class="md-nav__link">
5.1.3 July 18, 2020
</a>
@@ -1455,6 +1462,13 @@
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
+ <a href="#514-july-19-2020" class="md-nav__link">
+ 5.1.4 July 19, 2020
+ </a>
+
+</li>
+
+ <li class="md-nav__item">
<a href="#513-july-18-2020" class="md-nav__link">
5.1.3 July 18, 2020
</a>
@@ -1846,6 +1860,11 @@
<h1 id="changelog">Changelog</h1>
<p>NOTE: isort follows the <a href="https://semver.org/">semver</a> versioning standard.</p>
+<h3 id="514-july-19-2020">5.1.4 July 19, 2020</h3>
+<ul>
+<li>Fixed issue #1333: Use of wrap_length raises an exception about it not being lower or equal to line_length.</li>
+<li>Fixed issue #1330: Ensure stdout can be stubbed dynamically for <code>show_unified_diff</code> function.</li>
+</ul>
<h3 id="513-july-18-2020">5.1.3 July 18, 2020</h3>
<ul>
<li>Fixed issue #1329: Fix comments duplicated when --fass option is set.</li>