From 8fb0fca0bd192c2aa79c869d115445ccca8d0363 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Mon, 1 Mar 2021 00:00:50 -0800 Subject: [PATCH] Fixed #1668 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b8caeb2..6b325025a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/ - Implemented #1648: Export MyPY type hints. - Implemented #1641: Identified import statements now return runnable code. - Implemented #1661: Added "wemake" profile. - - implemented #1669: Parallel (`-j`) now defaults to number of CPU cores if no value is provided. + - Implemented #1669: Parallel (`-j`) now defaults to number of CPU cores if no value is provided. + - Implemented #1668: Added a safeguard against accidental usage against /. ### 5.7.0 December 30th 2020 - Fixed #1612: In rare circumstances an extra comma is added after import and before comment.