Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 73feb18

Browse filesBrowse files
authored
Improve changelog for v3.0.8
1 parent e81fd54 commit 73feb18
Copy full SHA for 73feb18

File tree

1 file changed

+13
-5
lines changed
Filter options

1 file changed

+13
-5
lines changed

‎doc/source/changes.rst

Copy file name to clipboardExpand all lines: doc/source/changes.rst
+13-5Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22
Changelog
33
=========
44

5-
3.0.8 - Bugfixes
6-
=================================================
5+
3.0.8
6+
=====
77

8-
* depende on a pure Python3 version of GitDB
8+
* Added support for Python 3.8
9+
* Bumped GitDB (gitdb2) version requirement to > 3
910

10-
see the following for details:
11-
https://github.com/gitpython-developers/gitpython/milestone/33?closed=1
11+
Bugfixes
12+
--------
13+
14+
* Fixed Repo.__repr__ when subclassed
15+
(`#968 <https://github.com/gitpython-developers/GitPython/pull/968>`_)
16+
* Removed compatibility shims for Python < 3.4 and old mock library
17+
* Replaced usage of deprecated unittest aliases and Logger.warn
18+
* Removed old, no longer used assert methods
19+
* Replaced usage of nose assert methods with unittest
1220

1321
3.0.7 - Bugfixes
1422
=================================================

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.