Skip to content

Commit

Permalink
Move changelog entry to the right section
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Nov 14, 2019
1 parent 0268806 commit a8f8b02
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ Release date: TBA

Closes #3237

* Pass the actual PyLinter object to sub processes to allow using custom
PyLinter classes.

PyLinter object (and all its members except reporter) needs to support
pickling so the PyLinter object can be passed to worker processes.


What's New in Pylint 2.4.4?
===========================
Expand All @@ -108,16 +114,6 @@ What's New in Pylint 2.4.3?

Release date: 2019-10-18

Pass the actual PyLinter object to sub processes to allow using custom
PyLinter classes.

PyLinter object (and all its members except reporter) needs to support
pickling so the PyLinter object can be passed to worker processes.

* Refactor file checking

Remove code duplication from file checking.

* Fix an issue with ``unnecessary-comprehension`` in comprehensions with additional repacking of elements.

Close #3148
Expand Down

0 comments on commit a8f8b02

Please sign in to comment.