add CHANGES for pot-creation-date format. Closes #1182

This commit is contained in:
Takayuki Shimizukawa 2013-06-04 03:30:10 +00:00
parent e61d016ad1
commit b7be3d2f4b
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,12 @@ Features added
* Builders: rebuild i18n target document when catalog updated.
Incompatible changes
--------------------
* PR#144, #1182: Force timezone offset to UTC on POT-Creation-Date that was
generated by gettext builder. Thanks to masklinn.
Bugs fixed
----------

View File

@ -108,7 +108,6 @@ class I18nBuilder(Builder):
ZERO = timedelta(0)
HOUR = timedelta(hours=1)
class UTC(tzinfo):
"""UTC"""