summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-06-20 06:51:08 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-06-20 06:51:08 +0200
commitf128ae9a37036614c1b5d44e391ba070dd4326d1 (patch)
tree5332b1ef2152d1df93d1a0d35143d86a0d229a06 /doc
parent07a8f73dca7ec7c2aeb6aa47aaf421d8d22423ad (diff)
parente9405ac82af3a804dba1f9797bdb34815e1d7a18 (diff)
downloadgitpython-f128ae9a37036614c1b5d44e391ba070dd4326d1.tar.gz
Merge branch 'master' into fix-non-ascii-chars-in-status-linesfix-non-ascii-chars-in-status-lines
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 9efbc0f0..428fa2b4 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -7,6 +7,9 @@ Changelog
* Fix: remote output parser now correctly matches refs with non-ASCII
chars in them
+* API: Diffs now have `a_rawpath`, `b_rawpath`, `raw_rename_from`,
+ `raw_rename_to` properties, which are the raw-bytes equivalents of their
+ unicode path counterparts.
* Fix: TypeError about passing keyword argument to string decode() on
Python 2.6.
* Feature: `setUrl API on Remotes <https://github.com/gitpython-developers/GitPython/pull/446#issuecomment-224670539>`_