diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/changes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 539f9a3d..4aa55275 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -8,6 +8,12 @@ Unreleased * Restricted GitDB (gitdb2) version requirement to < 4 * Removed old nose library from test requirements +Bugfixes +-------- + +* Changed to use UTF-8 instead of default encoding when getting information about a symbolic reference + (`#774 <https://github.com/gitpython-developers/GitPython/issues/774>`_) + 3.0.8 ===== |