summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23d96abc4..2c8e2c81c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,9 +17,12 @@ Release date: TBA
..
Put bug fixes that will be cherry-picked to latest major version here
+* Bump ``astroid`` version to ``2.5.2``
+
* Fix false positive for ``method-hidden`` when using private attribute and method
Closes #3936
+
* ``use-symbolic-message-instead`` now also works on legacy messages like ``C0111`` (``missing-docstring``).
* Remove unwanted print to stdout from ``_emit_no_member``