summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-20 07:43:19 -0600
committerHarmon <Harmon758@gmail.com>2020-02-20 07:46:40 -0600
commita244bd15bcd05c08d524ca9ef307e479e511b54c (patch)
tree2035225e81f2275d8f84aa19c86f2224fa7c07ee /doc/source/changes.rst
parent863abe8b550d48c020087384d33995ad3dc57638 (diff)
downloadgitpython-a244bd15bcd05c08d524ca9ef307e479e511b54c.tar.gz
Replace invalid bytes when decoding TagObject stream
Fixes #943
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 4aa55275..31c91c6c 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -13,6 +13,8 @@ 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>`_)
+* Fixed decoding of tag object message so as to replace invalid bytes
+ (`#943 <https://github.com/gitpython-developers/GitPython/issues/943>`_)
3.0.8
=====