diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-20 22:13:45 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-20 22:13:45 +0100 |
commit | bb0f3d78d6980a1d43f05cb17a8da57a196a34f3 (patch) | |
tree | 775ad298112ea19674e1e05a5ab21669f999ace7 /doc/source/changes.rst | |
parent | e4921139819c7949abaad6cc5679232a0fbb0632 (diff) | |
download | gitpython-bb0f3d78d6980a1d43f05cb17a8da57a196a34f3.tar.gz |
Fixed flake8 and a minor test regression.
The latter happened as now BadName is thrown, instead of BadObject.
Changes.rst was marked accordingly
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 2277c4b7..60fe9725 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -8,6 +8,7 @@ Changelog * `[include]` sections in git configuration files are now respected * Added `GitConfigParser.rename_section()` * 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+ 0.3.5 - Bugfixes |