# HG changeset patch # User cmlenz # Date 1189160038 0 # Node ID 8bad21ef7bf2025d20d1e11b79d175d351779176 # Parent 976bdff479ac23a83c2d90b6bbf6246481e6bb83 Ported [313] to 0.9.x branch. diff --git a/0.9.x/ChangeLog b/0.9.x/ChangeLog --- a/0.9.x/ChangeLog +++ b/0.9.x/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.