summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-17 11:17:34 -0600
committerGitHub <noreply@github.com>2020-02-17 11:17:34 -0600
commitc563b7211b249b803a2a6b0b4f48b48e792d1145 (patch)
treec52090382270da2d8d9414f2134cb77c20a63312
parent6804e73beb0900bd1f5fd932fab3a88f44cf7a31 (diff)
downloadgitpython-c563b7211b249b803a2a6b0b4f48b48e792d1145.tar.gz
Improve changelog for v3.0.6 and v3.0.7
-rw-r--r--doc/source/changes.rst33
1 files changed, 19 insertions, 14 deletions
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 <https://github.com/gitpython-developers/GitPython/issues/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 <https://github.com/gitpython-developers/GitPython/issues/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 <https://github.com/gitpython-developers/GitPython/issues/832>`_,
+ `#961 <https://github.com/gitpython-developers/GitPython/pull/961>`_)
+* Added support for parsing Git internal date format (@<unix timestamp> <timezone offset>)
+ (`#965 <https://github.com/gitpython-developers/GitPython/pull/965>`_)
+* Removed Python 2 and < 3.3 compatibility shims
+ (`#979 <https://github.com/gitpython-developers/GitPython/pull/965>`_)
+* Fixed GitDB (gitdb2) requirement version specifier formatting in requirements.txt
+ (`#979 <https://github.com/gitpython-developers/GitPython/pull/965>`_)
3.0.5 - Bugfixes
=============================================