summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-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
=====