From 189520bff13d6fb70f59d1d663ba69c967a48ce4 Mon Sep 17 00:00:00 2001
From: =?utf8?q?=C5=81ukasz=20Langa?= <lukasz@langa.pl>
Date: Thu, 9 May 2019 18:18:10 +0200
Subject: [PATCH] Change log wording and ordering

---
 README.md | 32 ++++++++++++++++++--------------
 1 file changed, 18 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 9c83f26..7ab7d52 100644
--- a/README.md
+++ b/README.md
@@ -998,29 +998,32 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
 
 ### 19.5b0
 
-* don't crash when run on a Windows machine with more than 61 cores (#838)
+* added `black -c` as a way to format code passed from the command line
+  (#761)
 
-* remove unnecessary parentheses around `yield` expressions (#834)
+* --safe now works with Python 2 code (#840)
 
-* add parentheses around long tuples in unpacking assignments (#832)
+* fixed grammar selection for Python 2-specific code (#765)
 
-* don't produce invalid code for `from` ... `import` blocks with comments
-  (#829)
+* fixed feature detection for trailing commas in function definitions
+  and call sites (#763)
+
+* *Black* no longer crashes on Windows machines with more than 61 cores
+  (#838)
 
-* fix grammar selection (#765)
+* *Black* no longer crashes on standalone comments prepended with
+  a backslash (#767)
 
-* fix feature detection for trailing commas in function definitions and
-  call sites (#763)
+* *Black* no longer crashes on `from` ... `import` blocks with comments
+  (#829)
 
-* add `black -c` as a way to format code passed from the command line (#761)
+* removed unnecessary parentheses around `yield` expressions (#834)
 
-* fix bug that led *Black* format some code with a line length target of 1
-  (#762)
+* added parentheses around long tuples in unpacking assignments (#832)
 
-* --safe now works with Python 2 code (#840)
+* fixed bug that led *Black* format some code with a line length target
+  of 1 (#762)
 
-* *Black* no longer crashes on standalone comments prepended with
-  a backslash (#767)
 
 ### 19.3b0
 
@@ -1048,6 +1051,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
 
 * `blackd` now supports CORS (#622)
 
+
 ### 18.9b0
 
 * numeric literals are now formatted by *Black* (#452, #461, #464, #469):
-- 
2.39.5