summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-05-25 09:42:52 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-05-25 09:57:54 +0200
commit6ef273914de9b8a50dd0dd5308e66de85eb7d44a (patch)
tree6945642d016535a537263b8222af0e36c1a7d9f7 /doc/source/changes.rst
parentb6a6a109885856aeff374c058db0f92c95606a0b (diff)
downloadgitpython-6ef273914de9b8a50dd0dd5308e66de85eb7d44a.tar.gz
fix(RemoteProgress): improve message sanitization
Don't allow `, ` prefixes or suffixes in messages. Fixes #438
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 7ca46a37..85ef3752 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -7,11 +7,11 @@ Changelog
* Fix: bug in ``git-blame --incremental`` output parser that broken when
commit messages contained ``\r`` characters
-* Fix: progress handler exceptions are not caught anymore, which would
- usually just hide bugs 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: progress handler exceptions are not caught anymore, which would usually just hide bugs
+ 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
=============