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 @@ -254,7 +254,7 @@ Release date: TBA
254254* Allow a `.` as a prefix for Sphinx name resolution.
255255
256256* Checkers must now keep a 1 to 1 relationship between "msgid" (ie: C1234) and "symbol" (ie : human-readable-symbol)
257- * In checkers, an old_names can now be used for multiple new messages
257+ * In checkers, an old_names can now be used for multiple new messages and pylint is now a little faster
258258
259259Caused by #1164. It means if you do a partial old_names for a message definition an exception will tell you that you
260260must rename the associated identification.
You can’t perform that action at this time.
0 commit comments