Skip to content

Commit

Permalink
Update the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Jan 6, 2023
1 parent b63575d commit 0c9dfe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Added
`pytest#5908 <https://github.com/pytest-dev/pytest/issues/5908>`_.
- Black's ``target-version =`` configuration file option and ``-t`` /
``--target-version`` command line option
- Linters are now run twice: once for ``rev1`` to get a baseline, and another time for
``rev2`` to get the current situation. Old linter messages which fall on unmodified
lines are hidden, so effectively the user gets new linter messages introduced by
latest changes, as well as persistent linter messages on modified lines.


Fixed
Expand Down

0 comments on commit 0c9dfe5

Please sign in to comment.