Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola authored and rogalski committed Sep 21, 2021
1 parent e03ca97 commit 1ac834d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@ Unreleased_

These features will be included in the next release:

Added
-----
- Empty and all-whitespace files are now reformatted properly
- Darker now allows itself to modify files when called with ``pre-commit -o HEAD``, but
also emits a warning about this being an experimental feature
- Mention Black's possible new line range formatting support in README

Fixed
-----
- ``/foo $ darker --diff /bar/my-repo`` now works: the current working directory can be
in a different part of the directory hierarchy
- An incompatible ``isort`` version now causes a short user-friendly error message


1.3.0_ - 2021-09-04
===================

Added
-----
- Support for Black's ``--skip-magic-trailing-comma`` option
Expand Down

0 comments on commit 1ac834d

Please sign in to comment.