Skip to content

Commit

Permalink
mapreduce| chore| Updating ChangeLog/Contributors/Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
doublethefish committed Apr 23, 2020
1 parent 0ccf1bc commit 6f37c91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,5 @@ contributors:
* Yang Yang: contributor

* Andrew J. Simmons (anjsimmo): contributor

* Frank Harrison (doublethefish): contributor
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ What's New in Pylint 2.5.0?

Release date: TBA

* Fixes duplicate-errors not working with -j2+

Close #3314

* Fix a false negative for ``undefined-variable`` when using class attribute in comprehension.

Close #3494
Expand Down
2 changes: 2 additions & 0 deletions doc/whatsnew/2.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ Other Changes
This command lists all extensions present in ``pylint.extensions``.

* Various false positives have been fixed which you can read more about in the Changelog files.

* Fixes duplicate code detection for --jobs=2+

0 comments on commit 6f37c91

Please sign in to comment.