Jelmer Vernooij 6 anos atrás
pai
commit
eaf4a9c738
1 arquivos alterados com 9 adições e 5 exclusões
  1. 9 5
      NEWS

+ 9 - 5
NEWS

@@ -1,17 +1,21 @@
-0.19.9	2018-11-06
+0.19.9	UNRELEASED
+
+ BUG FIXES
 
  * Avoid fetching ghosts in ``Repo.fetch``.
    (Jelmer Vernooij)
 
- * Fix encoding when reading README file in setup.py.
-   (egor <egor@sourced.tech>, #668)
-
  * Preserve port and username in parsed HTTP URLs.
    (Jelmer Vernooij)
 
- * Add basic server side implementation of ``git-upload-archivw``.
+ * Add basic server side implementation of ``git-upload-archive``.
    (Jelmer Vernooij)
 
+0.19.8	2018-11-06
+
+ * Fix encoding when reading README file in setup.py.
+   (egor <egor@sourced.tech>, #668)
+
 0.19.7	2018-11-05
 
  CHANGES