summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-05-25 10:02:02 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-05-25 10:02:02 +0200
commitbed46300fe5dcb376d43da56bbcd448d73bb2ea0 (patch)
treef73fce16b7f2ea99797a5dafecc801b0d7401197
parent5f4b1618fbf3b9b1ecaa9812efe8ee822c9579b8 (diff)
downloadgitpython-bed46300fe5dcb376d43da56bbcd448d73bb2ea0.tar.gz
chore(changes): put fix to correct patch level
-rw-r--r--doc/source/changes.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 85ef3752..7bff18b8 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,11 @@
Changelog
=========
+2.0.4 - Fixes
+=============
+
+* Fix: `RemoteProgress` will now strip the ', ' prefix or suffix from messages.
+
2.0.3 - Fixes
=============
@@ -11,7 +16,6 @@ Changelog
previously.
* Fix: The `Git.execute` method will now redirect `stdout` to `devnull` if `with_stdout` is false,
which is the intended behaviour based on the parameter's documentation.
-* Fix: `RemoteProgress` will now strip the ', ' prefix or suffix from messages.
2.0.2 - Fixes
=============