diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-21 11:45:32 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-21 11:45:32 +0100 |
commit | e48e52001d5abad7b28a4ecadde63c78c3946339 (patch) | |
tree | 2f3a3b274f7e4d782bfd9ebbbbd42f2d71e2830b /doc/source/changes.rst | |
parent | c3c6c81b3281333a5a1152f667c187c9dce12944 (diff) | |
download | gitpython-e48e52001d5abad7b28a4ecadde63c78c3946339.tar.gz |
Initial set of documentation improvements, and a fix to the submodule tests.
Now travisci tests should work once again.
Related to #239
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 60fe9725..4f67c1bb 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -7,6 +7,8 @@ Changelog * 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 * Added `GitConfigParser.rename_section()` +* DOCS: special members like `__init__` are now listed in the API documentation +* DOCS: tutorial section was revised entirely * Added `Submodule.rename()` * **POSSIBLY BREAKING CHANGE**: As `rev_parse` will now throw `BadName` as well as `BadObject`, client code will have to catch both exception types. * A list of all issues can be found here: https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.6+-+Features%22+ |