diff --git a/CHANGES.txt b/CHANGES.txt index 0031be4..813b6da 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,9 @@ Changelog 1.0b7 (unreleased) ------------------ +* Store dates in utc and not in local time. Display local time + [do3cc] + * Fetch context for the comment view with "context = aq_inner(self.context)". [timo]