summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2019-02-15 13:35:14 +0100
committerhippo91 <guillaume.peillex@gmail.com>2019-02-15 13:35:14 +0100
commit1d9b387abb93df5cd8f5015eddb9dc00359e51a7 (patch)
tree8a0107b6157f30ac13159f5da9ecd4ccc34e0b5a /ChangeLog
parentd35ca77bb7f0366bbb7560d36bae821459365631 (diff)
parent2f1aec50a99f3155fd5ee840e2eed9eb044a279f (diff)
downloadastroid-git-1d9b387abb93df5cd8f5015eddb9dc00359e51a7.tar.gz
Merge branch 'master' into bug_pylint_2436
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4199160..07d65a67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,12 @@ instances.
Close PyCQA/pylint#2436
+* Fix a crash with ``typing.NamedTuple`` and empty fields. Close PyCQA/pylint#2745
+
+* Add a proper ``strerror`` inference to the ``OSError`` exceptions.
+
+ Close PyCQA/pylint#2553
+
* Support non-const nodes as values of Enum attributes.
Close #612