summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-14 16:23:17 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-14 16:23:17 +0100
commitaa1b156ee96f5aabdca153c152ec6e3215fdf16f (patch)
treef3f3b3ee76a4da55f4ae1216a8219e571a161b6b /doc/source/changes.rst
parent619c989915b568e4737951fafcbae14cd06d6ea6 (diff)
downloadgitpython-aa1b156ee96f5aabdca153c152ec6e3215fdf16f.tar.gz
Added 'path' keyword argument to Repo.archive().
This allows sub-trees to be archived as well, and makes `.archive()` feature complete. Fixes #67
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index e18b07ce..d81f90a6 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -5,6 +5,7 @@ Changelog
0.3.6 - Features
================
* Added `Repo.merge_base()` implementation. See the `respective issue on github <https://github.com/gitpython-developers/GitPython/issues/169>`_
+* `[include]` sections in git configuration files are now respected
* 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