summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-17 10:44:26 -0600
committerGitHub <noreply@github.com>2020-02-17 10:44:26 -0600
commit73feb182f49b1223c9a2d8f3e941f305a6427c97 (patch)
tree78c4a1240e54a1a331991227bc1640ead19561d1
parente81fd5447f8800373903e024122d034d74a273f7 (diff)
downloadgitpython-73feb182f49b1223c9a2d8f3e941f305a6427c97.tar.gz
Improve changelog for v3.0.8
-rw-r--r--doc/source/changes.rst18
1 files changed, 13 insertions, 5 deletions
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 <https://github.com/gitpython-developers/GitPython/pull/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
=================================================