summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-04-12 15:32:46 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-04-12 15:32:46 +0200
commitea59cef63598cbce3389cdc4fba5bd8cae853e68 (patch)
treeaf28703bbb3fe3a7b87e623adac1b8712e9d64bb /ChangeLog
parent6384060de2d0abfdad5d9cd309199eb39ff4777f (diff)
downloadpylint-git-ea59cef63598cbce3389cdc4fba5bd8cae853e68.tar.gz
Added a new Python 2/3 check for accessing `operator.div`, which is removed in Python 3
Close #1936
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76b33a900..0c33a2850 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ What's New in Pylint 1.9.0?
Release date:
+ * Added a new Python 2/3 check for accessing `operator.div`, which is removed in Python 3
+
+ Close #1936
What's New in Pylint 1.8.4?