From c563b7211b249b803a2a6b0b4f48b48e792d1145 Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 17 Feb 2020 11:17:34 -0600 Subject: Improve changelog for v3.0.6 and v3.0.7 --- doc/source/changes.rst | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index aa812962..46e6805d 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -23,25 +23,30 @@ Bugfixes * Removed old, no longer used assert methods * Replaced usage of nose assert methods with unittest -3.0.7 - Bugfixes -================================================= - -* removes python 2 compatibility shims, making GitPython a pure Python 3 library - with all of the python related legacy removed. -* Have a look at the PR, it is a good read on the mistakes made in the course of this, - https://github.com/gitpython-developers/GitPython/pull/979 , please help the maintainers - if you can to prevent accidents like these in future. +3.0.7 +===== -see the following for details: -https://github.com/gitpython-developers/gitpython/milestone/33?closed=1 +Properly signed re-release of v3.0.6 with new signature +(See `#980 `_) +3.0.6 +===== -3.0.6 - Bugfixes - unsigned/partial - do not use -================================================= +| Note: There was an issue that caused this version to be released to PyPI without a signature +| See the changelog for v3.0.7 and `#980 `_ -There was an issue with my setup, so things managed to slip to pypi without a signature. +Bugfixes +-------- -Use 3.0.7 instead. +* Fixed warning for usage of environment variables for paths containing ``$`` or ``%`` + (`#832 `_, + `#961 `_) +* Added support for parsing Git internal date format (@ ) + (`#965 `_) +* Removed Python 2 and < 3.3 compatibility shims + (`#979 `_) +* Fixed GitDB (gitdb2) requirement version specifier formatting in requirements.txt + (`#979 `_) 3.0.5 - Bugfixes ============================================= -- cgit v1.2.1