소스 검색

Update NEWS.

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

+ 10 - 0
NEWS

@@ -1,3 +1,13 @@
+0.20.17	UNRELEASED
+
+ * credentials: ignore end-of-line character. (Georges Racinet)
+
+ * Fix failure in get_untracked_paths when the repository contains symlinks.
+   (#830, #793, mattseddon)
+
+ * docs: Clarify that Git objects are created on `git add`.
+   (Utku Gultopu)
+
 0.20.16	2021-01-16
 
  * Add flag to only attempt to fetch ignored untracked files when specifically requested.