summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2019-07-18 19:55:06 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-08-19 13:54:52 +0200
commit122049b58c258346ef59e474f48940f5d12a158a (patch)
tree77e055bdfd378c33c65d974afb2273e0debe5671 /ChangeLog
parent7ac41288e267d8b84cee7b87cc1984b4885a16fa (diff)
downloadpylint-git-122049b58c258346ef59e474f48940f5d12a158a.tar.gz
[changelog] Add the 1:1 relation between msgid and symbol
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3cf54d3b..3b61f41eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -233,6 +233,12 @@ Release date: TBA
* Allow a `.` as a prefix for Sphinx name resolution.
+* Checkers must now keep a 1 to 1 relationship between "msgid" (ie: C1234) and "symbol" (ie : human-readable-symbol)
+* In checkers, an old_names can now be used for multiple new messages
+
+Caused by #1164. It means if you do a partial old_names for a message definition an exception will tell you that you
+must rename the associated identification.
+
What's New in Pylint 2.3.0?
===========================