File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -288,6 +288,8 @@ contributors:
288288
289289* Pierre Sassoulas : contributor
290290 - Made C0412 (ungrouped import) compatible with isort
291+ - Made multiple message with the same old name possible
292+ - Made Pylint a little faster by refactoring the message store
291293
292294* Nathan Marrow
293295
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ Release date: TBA
234234* Allow a `.` as a prefix for Sphinx name resolution.
235235
236236* Checkers must now keep a 1 to 1 relationship between "msgid" (ie: C1234) and "symbol" (ie : human-readable-symbol)
237- * In checkers, an old_names can now be used for multiple new messages
237+ * In checkers, an old_names can now be used for multiple new messages and pylint is now a little faster
238238
239239Caused by #1164. It means if you do a partial old_names for a message definition an exception will tell you that you
240240must rename the associated identification.
You can’t perform that action at this time.
0 commit comments