From 33346b25c3a4fb5ea37202d88d6a6c66379099c5 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 14 May 2021 10:42:49 +0800 Subject: prepare new patch --- doc/source/changes.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'doc/source') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 0c34e385..68a94516 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,17 +2,27 @@ Changelog ========= -3.1.16 +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) -================ +3.1.15 (YANKED) +=============== * add deprectation warning for python 3.5 -- cgit v1.2.1