|
2 | 2 | Changelog
|
3 | 3 | =========
|
4 | 4 |
|
5 | | -3.0.8 - Bugfixes |
6 | | -================================================= |
| 5 | +3.0.8 |
| 6 | +===== |
7 | 7 |
|
8 | | -* depende on a pure Python3 version of GitDB |
| 8 | +* Added support for Python 3.8 |
| 9 | +* Bumped GitDB (gitdb2) version requirement to > 3 |
9 | 10 |
|
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 |
12 | 20 |
|
13 | 21 | 3.0.7 - Bugfixes
|
14 | 22 | =================================================
|
|
0 commit comments