summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4998baf8..4a8b2eb81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -175,6 +175,8 @@ Release date: TBA
Follow-up in #5259
+* Fix crash for ``protected-access`` on (outer) class traversal
+
* Added new checker ``useless-with-lock`` to find incorrect usage of with statement and threading module locks.
Emitted when ``with threading.Lock():`` is used instead of ``with lock_instance:``.