summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-13 20:00:21 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-13 20:00:21 +0100
commite973e6f829de5dd1c09d0db39d232230e7eb01d8 (patch)
tree0a1af5290ee8fc7b53a49ee7014f00bf5c05cadc /doc/source/changes.rst
parenta2d39529eea4d0ecfcd65a2d245284174cd2e0aa (diff)
downloadgitpython-e973e6f829de5dd1c09d0db39d232230e7eb01d8.tar.gz
Added `Repo.merge_base(...)` implementation, including test-case.
Fixes #169
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index a64143c5..e18b07ce 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,11 @@
Changelog
=========
+0.3.6 - Features
+================
+* Added `Repo.merge_base()` implementation. See the `respective issue on github <https://github.com/gitpython-developers/GitPython/issues/169>`_
+* A list of all issues can be found here: https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.6+-+Features%22+
+
0.3.5 - Bugfixes
================
* push/pull/fetch operations will not block anymore