Преглед на файлове

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