summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst29
1 files changed, 27 insertions, 2 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 93f65a2f..68a94516 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,11 +2,33 @@
Changelog
=========
-3.1.15 (UNRELEASED)
-===================
+3.1.17
+======
+
+* Fix issues from 3.1.16 (see https://github.com/gitpython-developers/GitPython/issues/1238)
+* Fix issues from 3.1.15 (see https://github.com/gitpython-developers/GitPython/issues/1223)
+* Add more static typing information
+
+See the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/49?closed=1
+
+3.1.16 (YANKED)
+===============
+
+* Fix issues from 3.1.15 (see https://github.com/gitpython-developers/GitPython/issues/1223)
+* Add more static typing information
+
+See the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/48?closed=1
+
+3.1.15 (YANKED)
+===============
* add deprectation warning for python 3.5
+See the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/47?closed=1
+
3.1.14
======
@@ -15,6 +37,9 @@ Changelog
* Add python 3.9 support
* Drop python 3.4 support
+See the following for details:
+https://github.com/gitpython-developers/gitpython/milestone/46?closed=1
+
3.1.13
======