소스 검색

Add NEWS entry for comment character fix

Daniel Andersson 7 년 전
부모
커밋
daf2ab9926
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      NEWS

+ 4 - 0
NEWS

@@ -5,6 +5,10 @@
   * Make `dulwich.archive` set the gzip header file modification time so that
     archives created from the same Git tree are always identical.
     (#577, Jonas Haag)
+
+  * Allow comment characters (#, ;) within configuration file strings
+    (Daniel Andersson, #579)
+
 0.18.6	2017-11-11
 
  BUG FIXES