summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-11-15 22:57:05 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2019-11-15 22:57:05 -0800
commit9f4751e2149ef75ecb53aa3c003c1d703e5edee6 (patch)
tree769ec656a28763e965d250678f6190778cfb55ee
parenta657f108b8ee0e439f0e49b0049f643e1d0b21be (diff)
downloadisort-9f4751e2149ef75ecb53aa3c003c1d703e5edee6.tar.gz
Update changelog to note new contiguous behaviour
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf758729..dffc2678 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ Changelog
- `--apply` option has been removed as it is the default behaviour.
- isort now does nothing, beyond giving instructions and exiting status code 0, when ran with no arguments.
- a new `--interactive` flag has been added to enable the old style behaviour.
+ - isort now works on contiguous sections of imports, instead of one whole file at a time.
Internal:
- isort now utilizes mypy and typing to filter out typing related issues before deployment.