diff options
-rw-r--r-- | doc/source/changes.rst | 3 |
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 |