summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2020-05-29 08:18:09 +0200
committerGitHub <noreply@github.com>2020-05-29 08:18:09 +0200
commit765c67ff019eb5f3e91e308bcd102ce0b52e6c6a (patch)
tree95918e82b95cfa4f180f6fed46fbd477ac2135e3 /ChangeLog
parent340649c52488c858c592a17f680992efe16dc41b (diff)
downloadastroid-git-765c67ff019eb5f3e91e308bcd102ce0b52e6c6a.tar.gz
Add exception inference for `UnicodeDecodeError` (#797)
Close PyCQA/pylint#3639
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9e6b980..858c1195 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,10 @@ Release Date: TBA
* Added more supported parameters to ``subprocess.check_output``
+* Added exception inference for `UnicodeDecodeError`
+
+ Close PyCQA/pylint#3639
+
What's New in astroid 2.4.2?
============================