From 73feb182f49b1223c9a2d8f3e941f305a6427c97 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 17 Feb 2020 10:44:26 -0600 Subject: Improve changelog for v3.0.8 --- doc/source/changes.rst | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 7dde9590..6d7471ed 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,13 +2,21 @@ Changelog ========= -3.0.8 - Bugfixes -================================================= +3.0.8 +===== -* depende on a pure Python3 version of GitDB +* Added support for Python 3.8 +* Bumped GitDB (gitdb2) version requirement to > 3 -see the following for details: -https://github.com/gitpython-developers/gitpython/milestone/33?closed=1 +Bugfixes +-------- + +* Fixed Repo.__repr__ when subclassed + (`#968 `_) +* Removed compatibility shims for Python < 3.4 and old mock library +* Replaced usage of deprecated unittest aliases and Logger.warn +* Removed old, no longer used assert methods +* Replaced usage of nose assert methods with unittest 3.0.7 - Bugfixes ================================================= -- cgit v1.2.1