summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changes.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 541a106a..175e4dc4 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -115,6 +115,20 @@ https://github.com/gitpython-developers/gitpython/milestone/27?closed=1
or run have a look at the difference between tags v2.1.12 and v3.0.0:
https://github.com/gitpython-developers/GitPython/compare/2.1.12...3.0.0.
+2.1.15
+======
+
+* Fixed GitDB (gitdb2) requirement version specifier formatting in requirements.txt
+ (Backported from `#979 <https://github.com/gitpython-developers/GitPython/pull/979>`_)
+* Restricted GitDB (gitdb2) version requirement to < 3
+ (`#897 <https://github.com/gitpython-developers/GitPython/issues/897>`_)
+
+2.1.14
+======
+
+* Fixed handling of 0 when transforming kwargs into Git command arguments
+ (Backported from `#899 <https://github.com/gitpython-developers/GitPython/pull/899>`_)
+
2.1.13 - Bring back Python 2.7 support
======================================