summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f079cfe1a..37cedad05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,11 +13,16 @@ Release date: Undefined
What's New in Pylint 2.7.4?
===========================
-Release date: Undefined
+Release date: 2021-03-30
..
Put bug fixes that will be cherry-picked to latest major version here
+
+* Fix a problem with disabled msgid not being ignored
+
+ Closes #4265
+
* Fix issue with annotated class constants
* Closes #4264