summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e60d8eef1..b36f488ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,11 +19,23 @@ Pylint's ChangeLog
* Add missing checks for deprecated functions.
+* Postponed evaluation of annotations are now recognized by default if python version is above 3.10
+
+ Closes #3992
+
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
+
* Fix linter multiprocessing pool shutdown (triggered warnings when runned in parallels with other pytest plugins)
Closes #3779
@@ -87,6 +99,10 @@ Release date: TBA
Close #3737
+* Fix a crash in `consider-using-enumerate` when encountering `range()` without arguments
+
+ Close #3735
+
What's New in Pylint 2.6.0?
===========================