# HG changeset patch # User cmlenz # Date 1189160038 0 # Node ID 05fe2d0b1354bbf4cb8e65ec00e995ed8c441d7d # Parent 0ee9dc258c2d53ce6ee3618e22e08db67de2e017 Ported [313] to 0.9.x branch. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ Version 0.9.1 http://svn.edgewall.org/repos/babel/tags/0.9.1/ -(?, from branches/stable/0.9.x) +(Sep 7 2007, from branches/stable/0.9.x) - * Fixed catalog updating when a message is merged that was previously simple - but now has a plural form, for example by moving from `gettext` to + * Fixed catalog updating when a message is merged that was previously simple + but now has a plural form, for example by moving from `gettext` to `ngettext`, or vice versa. * Fixed time formatting for 12 am and 12 pm. * Fixed output encoding of the `pybabel --list-locales` command.