aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c4ea13b0..456423d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,9 @@ General
may change without prior notice.
* Renamed all find_all methods to list_items - this method is part of the Iterable interface
that also provides a more efficients and more responsive iter_items method
+* All dates, like authored_date and committer_date, are stored as seconds since epoc
+ to consume less memory - they can be converted using time.gmtime in a more suitable
+ presentation format if needed.
Item Iteration
--------------