summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Unicode-Collate/Changes')
-rw-r--r--cpan/Unicode-Collate/Changes8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpan/Unicode-Collate/Changes b/cpan/Unicode-Collate/Changes
index cc7e75fd99..6498e24901 100644
--- a/cpan/Unicode-Collate/Changes
+++ b/cpan/Unicode-Collate/Changes
@@ -1,5 +1,13 @@
Revision history for Perl module Unicode::Collate.
+0.61 Sat Oct 2 11:41:29 2010
+ - U::C::Locale newly supports locales: hr, ig, sq.
+ - precomposites of e-dot-below, o-dot-below, o-tilde are tailored as well.
+ (affected locales: et, yo)
+ - Vietnamese (vi): added contractions for non-blocked decompositions
+ * base + dot-below + diacritical such as "a\x{323}\x{306} etc.
+ * base + tone + horn such as "o\x{300}\x{31B}" etc.
+
0.60 Thu Sep 23 21:37:36 2010
- bug fix: index() [and its friends including gmatch()] didn't remove
ignorable characters in the substring correctly.