Skip to content

Commit

Permalink
docs: update the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Jan 7, 2025
1 parent d77b619 commit 6fd39cc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Added
- Display exit code in parentheses after error message.
- Do not reformat renamed files.
- CI workflow to post recent project activity in a discussion. Triggered manually.
- CI "future" test now tests against ``main`` of Darkgraylib_ in addition to Black_,
Flynt_ and isort_.
- CI "future" test now tests against ``main`` of Darkgraylib_ and pyupgrade_ in addition
to Black_, Flynt_ and isort_.
- The ``--preview`` configuration flag is now supported in the configuration files for
Darker and Black
- Prevent Pylint from updating beyond version 3.2.7 due to dropped Python 3.8 support.
Expand All @@ -23,6 +23,8 @@ Added
Isort or Flynt_.
- Black_ is no longer installed by default. Use ``pip install 'darker[black]'`` to get
Black support.
- pyupgrade_ is now supported as a formatter plugin. Note that changes from pyupgrade
are applied on a per-file basis, not only for modified lines as with Black_ and Ruff_.

Removed
-------
Expand Down Expand Up @@ -692,3 +694,4 @@ Added
.. _Black: https://black.readthedocs.io/
.. _isort: https://pycqa.github.io/isort/
.. _NixOS: https://nixos.org/
.. _pyupgrade: https://pypi.org/project/pyupgrade/

0 comments on commit 6fd39cc

Please sign in to comment.