소스 검색

Fix NEWS.

Jelmer Vernooij 4 년 전
부모
커밋
d5c4d31049
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      NEWS

+ 5 - 3
NEWS

@@ -1,12 +1,14 @@
+0.20.19	UNRELEASED
+
+ * Fix handling of negative matches in nested gitignores.
+   (Corentin Hembise, #836)
+
 0.20.18	2021-02-04
 
  * Fix formatting in setup.py. (Jelmer Vernooij)
 
  * Add release configuration. (Jelmer Vernooij)
 
- * Fix handling of negative matches in nested gitignores.
-   (Corentin Hembise, #836)
-
 0.20.17	2021-02-04
 
  * credentials: ignore end-of-line character. (Georges Racinet)