Parcourir la source

Fix NEWS updates for Koen's changes.

Jelmer Vernooij il y a 8 ans
Parent
commit
332e925733
1 fichiers modifiés avec 16 ajouts et 14 suppressions
  1. 16 14
      NEWS

+ 16 - 14
NEWS

@@ -1,5 +1,10 @@
 0.16.2	UNRELEASED
 
+ IMPROVEMENTS
+
+  * Fixed failing test-cases on windows.
+    (Koen Martens)
+
  TEST FIXES
 
   * Only run worktree list compat tests against git 2.7.0,
@@ -7,6 +12,17 @@
 
  BUG FIXES
 
+  * Ignore filemode when building index when core.filemode
+    is false.
+    (Koen Martens)
+
+  * Initialize core.filemode configuration setting by
+    probing the filesystem for trustable permissions.
+    (Koen Martens)
+
+  * Fix ``porcelain.reset`` to respect the comittish argument.
+    (Koen Martens)
+
   * Fix dulwich.porcelain.ls_remote() on Python 3.
     (#471, Jelmer Vernooij)
 
@@ -26,9 +42,6 @@
 
  IMPROVEMENTS
 
-  * Fixed failing test-cases on windows.
-    (Koen Martens)
-
   * Add support for worktrees. See `git-worktree(1)` and
     `gitrepository-layout(5)`. (Laurent Rineau)
 
@@ -47,17 +60,6 @@
 
  BUG FIXES
 
-  * Ignore filemode when building index when core.filemode
-    is false.
-    (Koen Martens)
-
-  * Initialize core.filemode configuration setting by
-    probing the filesystem for trustable permissions.
-    (Koen Martens)
-
-  * Fix ``porcelain.reset`` to respect the comittish argument.
-    (Koen Martens)
-
   * Fix handling of ``Commit.tree`` being set to an actual
     tree object rather than a tree id. (Jelmer Vernooij)