diff options
-rw-r--r-- | doc/source/changes.rst | 2 |
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 |