summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97ebf5f55..9dfd94060 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,10 @@ What's New in Pylint 2.6.1?
===========================
Release date: TBA
+* Fix a crash in `undefined-variable` caused by chained attributes in metaclass
+
+ Close #3742
+
* Fix false positive for `not-async-context-manager` when `contextlib.asynccontextmanager` is used
Close #3862