From d47fc1b67836f911592c8eb1253f3ab70d2d533d Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 20 Apr 2016 11:47:47 +0200 Subject: Add change log entry --- doc/source/changes.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/source') 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 -- cgit v1.2.1