diff options
author | Harmon <Harmon758@gmail.com> | 2020-02-18 12:51:03 -0600 |
---|---|---|
committer | Harmon <Harmon758@gmail.com> | 2020-02-18 12:55:47 -0600 |
commit | 863abe8b550d48c020087384d33995ad3dc57638 (patch) | |
tree | da4442dee29f7a0c822abe174929327e4f658dbb /doc/source | |
parent | 84c3f60fc805e0d5e5be488c4dd0ad5af275e495 (diff) | |
download | gitpython-863abe8b550d48c020087384d33995ad3dc57638.tar.gz |
Use UTF-8 encoding when getting information about a symbolic reference
Fixes #774
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 ===== |