summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2020-02-24 11:23:14 -0600
committerHarmon <Harmon758@gmail.com>2020-02-24 11:23:14 -0600
commit2810e8d3f34015dc5f820ec80eb2cb13c5f77b2b (patch)
tree392012e791c0e6a93e532a6d48a5e603f87ed161 /doc/source
parent607df88ee676bc28c80bca069964774f6f07b716 (diff)
downloadgitpython-2810e8d3f34015dc5f820ec80eb2cb13c5f77b2b.tar.gz
Add changelogs for v2.1.14 and v2.1.15
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
======================================