Browse Source

Update NEWS.

Jelmer Vernooij 11 years ago
parent
commit
b4fe3bf16f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      NEWS

+ 4 - 0
NEWS

@@ -17,6 +17,10 @@
  * Support 'http.useragent' in HttpGitClient.
    (Jelmer Vernooij)
 
+ * In server, wait for clients to send empty list of
+   wants when talking to empty repository.
+   (Damien Tournoud)
+
  BUG FIXES
 
  * Support unseekable 'wsgi.input' streams.