diff options
| author | Barry Scott <barry@barrys-emacs.org> | 2016-07-29 11:33:17 +0100 |
|---|---|---|
| committer | Barry Scott <barry@barrys-emacs.org> | 2016-07-29 11:33:17 +0100 |
| commit | 1116ef7e1bcbbc71d0b654b63156b29bfbf9afab (patch) | |
| tree | cf36c9a204dde27f8e2a770be83cf5258bdb1d50 /doc/source/changes.rst | |
| parent | b4b5ecc217154405ac0f6221af99a4ab18d067f6 (diff) | |
| parent | a4ad7cee0f8723226446a993d4f1f3b98e42583a (diff) | |
| download | GitPython-1116ef7e1bcbbc71d0b654b63156b29bfbf9afab.tar.gz GitPython-1116ef7e1bcbbc71d0b654b63156b29bfbf9afab.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/source/changes.rst')
| -rw-r--r-- | doc/source/changes.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 428fa2b4..9f8ebb51 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,18 @@ Changelog ========= +2.0.8 - Bugfixes +================ + +* `DiffIndex.iter_change_type(...)` produces better results when diffing + an index against the working tree. + +2.0.7 - New Features +==================== + +* `IndexFile.commit(...,skip_hooks=False)` added. This parameter emulates the + behaviour of `--no-verify` on the command-line. + 2.0.6 - Fixes and Features ========================== |
