diff options
| author | Barry Scott <barry@barrys-emacs.org> | 2016-07-12 18:27:03 +0100 |
|---|---|---|
| committer | Barry Scott <barry@barrys-emacs.org> | 2016-07-12 18:27:03 +0100 |
| commit | b4b5ecc217154405ac0f6221af99a4ab18d067f6 (patch) | |
| tree | 42ec5a4a19a52158c6aa6a20afabd75450f4fbe2 /doc/source/changes.rst | |
| parent | a7f403b1e82d4ada20d0e747032c7382e2a6bf63 (diff) | |
| parent | 4896fa2ccbd84553392e2a74af450d807e197783 (diff) | |
| download | GitPython-b4b5ecc217154405ac0f6221af99a4ab18d067f6.tar.gz GitPython-b4b5ecc217154405ac0f6221af99a4ab18d067f6.zip | |
Merge branch 'master' of https://github.com/gitpython-developers/GitPython
Diffstat (limited to 'doc/source/changes.rst')
| -rw-r--r-- | doc/source/changes.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 9bf09065..428fa2b4 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,11 +2,17 @@ Changelog ========= -2.0.6 - Fixes -============= - +2.0.6 - Fixes and Features +========================== + +* 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>`_ 2.0.5 - Fixes ============= |
