From dceb2f8d4765f1025aec7e886eadf930ab671294 Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Fri, 7 May 2021 20:03:11 -0400 Subject: [PATCH] Add changelog entry + fix merge conflict resolution error I consider this important enough to be worthy of a changelog entry :) --- CHANGES.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c6df4cfefe2..2b138dbd3ea 100644 --- a/CHANGES.md +++ b/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_ @@ -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