summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-04-20 11:47:47 +0200
committerVincent Driessen <me@nvie.com>2016-04-20 11:47:47 +0200
commitd47fc1b67836f911592c8eb1253f3ab70d2d533d (patch)
tree960ada9c45219d2ba3f91c763fe0a25d368601c7
parentd04aeaa17e628f13d1a590a32ae96bc7d35775b5 (diff)
downloadgitpython-d47fc1b67836f911592c8eb1253f3ab70d2d533d.tar.gz
Add change log entry
-rw-r--r--doc/source/changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 734c479c..bf3c3911 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -5,6 +5,9 @@ Changelog
1.0.3 - Fixes
=============
+* `Commit` now has extra properties `authored_datetime` and
+ `committer_datetime` (to get Python datetime instances rather than
+ timestamps)
* `Commit.diff()` now supports diffing the root commit via
`Commit.diff(NULL_TREE)`.
* `Repo.blame()` now respects `incremental=True`, supporting incremental