Skip to content

Commit

Permalink
Add changelog entry + fix merge conflict resolution error
Browse files Browse the repository at this point in the history
I consider this important enough to be worthy of a changelog entry :)
  • Loading branch information
ichard26 committed May 8, 2021
1 parent e133283 commit dceb2f8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGES.md
@@ -1,5 +1,13 @@
# Change Log

## Unreleased

### Documentation

- Sigificantly reorganized the documentation to make much more sense. Check them out by
heading over to [the stable docs on RTD](https://black.readthedocs.io/en/stable/).
(#2174)

## 21.5b0

### _Black_
Expand All @@ -22,11 +30,11 @@
[circumstances](https://github.com/psf/black/blob/master/docs/the_black_code_style.md#pragmatism)
in which _Black_ may change the AST (#2159)

### _Packaging_

- Allow `.gitignore` rules to be overridden by specifying `exclude` in `pyproject.toml` or
on the command line. (#2170)

### _Packaging_

- Install `primer.json` (used by `black-primer` by default) with black. (#2154)

## 21.4b1
Expand Down

0 comments on commit dceb2f8

Please sign in to comment.