# HG changeset patch # User jruigrok # Date 1270549783 0 # Node ID fd955b04cd2fa771153f039eb783da73c20bb6b1 # Parent f50308b8da92f063366d74991f7a4b1a21582511 Add the 0.9.5 release notes. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,17 @@ * Updated to CLDR 1.7. +Version 0.9.5 +http://svn.edgewall.org/repos/babel/tags/0.9.5/ +(Apr 6 2010, from branches/stable/0.9.x) + + * 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 http://svn.edgewall.org/repos/babel/tags/0.9.4/ (Aug 25 2008, from branches/stable/0.9.x)