From 20863cfe4a1b0c5bea18677470a969073570e41c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 19 Jan 2015 16:57:11 +0100 Subject: Implemented Submodule.rename() A test verifies it's truly working. Related to #238 --- doc/source/changes.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index d81f90a6..2277c4b7 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -6,6 +6,8 @@ Changelog ================ * Added `Repo.merge_base()` implementation. See the `respective issue on github `_ * `[include]` sections in git configuration files are now respected +* Added `GitConfigParser.rename_section()` +* Added `Submodule.rename()` * 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 -- cgit v1.2.1