Procházet zdrojové kódy

Add NEWS entry for comment character fix

Daniel Andersson před 7 roky
rodič
revize
daf2ab9926
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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