summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-04-20 12:05:52 +0200
committerVincent Driessen <me@nvie.com>2016-04-20 12:05:52 +0200
commit7d0d6c9824bdd5f2cd5f6886991bb5eadca5120d (patch)
treec30392110f866f48648d899d0bdf53bbcec6eab2
parent26b0f3848f06323fdf951da001a03922aa818ac8 (diff)
downloadgitpython-7d0d6c9824bdd5f2cd5f6886991bb5eadca5120d.tar.gz
Add change log entry
-rw-r--r--doc/source/changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index ae530019..7d0bdf2c 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -17,6 +17,8 @@ Changelog
`a_path` and `b_path` properties parsed out correctly. Previously, some
values may have been populated incorrectly when a file was added or
deleted.
+* Fix: diff parsing issues with paths that contain "unsafe" chars, like
+ spaces, tabs, backslashes, etc.
* IMPORTANT: This release drops support for python 2.6, which is
officially deprecated by the python maintainers.
* CRITICAL: `Diff` objects created with patch output will now not carry