diff 0.9.x/ChangeLog @ 454:8941027e8b22 stable

Merged revisions 467 via svnmerge from http://svn.edgewall.org/repos/babel/trunk ........ r467 | palgarvio | 2009-01-10 23:42:01 +0100 (za, 10 jan 2009) | 2 lines Fuzzy matching regarding plurals should *NOT* be checked against `len(message.id)` because this is always 2, instead, it's should be checked against `catalog.num_plurals`. ........
author jruigrok
date Tue, 06 Apr 2010 09:05:06 +0000
parents fb4e025f3410
children b9005e2e855d
line wrap: on
line diff
--- a/0.9.x/ChangeLog
+++ b/0.9.x/ChangeLog
@@ -4,6 +4,9 @@
 
  * Fixed the case where messages containing square brackets would break with
    an unpack error.
+ * Backport of r467: Fuzzy matching regarding plurals should *NOT* be checked
+   against len(message.id)  because this is always 2, instead, it's should be
+   checked against catalog.num_plurals (ticket #212).
 
 
 Version 0.9.4
Copyright (C) 2012-2017 Edgewall Software