diff options
Diffstat (limited to 'doc/source/changes.rst')
-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 492d1055..428fa2b4 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -5,6 +5,8 @@ Changelog 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. |