]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Put missing features and fixes in the change log
authorŁukasz Langa <lukasz@langa.pl>
Mon, 28 Oct 2019 12:12:58 +0000 (13:12 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 28 Oct 2019 12:12:58 +0000 (13:12 +0100)
README.md

index 53d2dac0aef22d28f8ef51aa45d0aa13b9796483..cf9e0c1b2cb8c2a1d76211fed26637fbfe739a0d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -980,7 +980,16 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
 
 ## Change Log
 
-### unreleased
+### 19.10b0
+
+- added support for PEP 572 assignment expressions (#711)
+
+- added support for PEP 570 positional-only arguments (#943)
+
+- added support for async generators (#593)
+
+- added support for pre-splitting collections by putting an explicit trailing comma
+  inside (#826)
 
 - added `black -c` as a way to format code passed from the command line (#761)
 
@@ -991,18 +1000,29 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
 - fixed feature detection for trailing commas in function definitions and call sites
   (#763)
 
-- _Black_ can now format async generators (#593)
-
 - _Black_ no longer crashes on Windows machines with more than 61 cores (#838)
 
 - _Black_ no longer crashes on standalone comments prepended with a backslash (#767)
 
 - _Black_ no longer crashes on `from` ... `import` blocks with comments (#829)
 
+- _Black_ no longer crashes on Python 3.7 on some platform configurations (#494)
+
+- _Black_ no longer fails on comments in from-imports (#671)
+
+- _Black_ no longer fails when the file starts with a backslash (#922)
+
+- _Black_ no longer merges regular comments with type comments (#1027)
+
+- _Black_ no longer splits long lines that contain type comments (#997)
+
 - removed unnecessary parentheses around `yield` expressions (#834)
 
 - added parentheses around long tuples in unpacking assignments (#832)
 
+- added parentheses around complex powers when they are prefixed by a unary operator
+  (#646)
+
 - fixed bug that led _Black_ format some code with a line length target of 1 (#762)
 
 - _Black_ no longer introduces quotes in f-string subexpressions on string boundaries
@@ -1011,12 +1031,6 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
 - if _Black_ puts parenthesis around a single expression, it moves comments to the
   wrapped expression instead of after the brackets (#872)
 
-- _Black_ is now able to format Python code that uses assignment expressions (`:=` as
-  described in PEP-572) (#935)
-
-- _Black_ is now able to format Python code that uses positional-only arguments (`/` as
-  described in PEP-570) (#946)
-
 - `blackd` now returns the version of _Black_ in the response headers (#1013)
 
 ### 19.3b0