From c798c3c95e2b0509233bb9252251799fe6e3e83e Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 13 Sep 2013 19:43:07 +0000 Subject: [PATCH] ICU-10251 add note to readme X-SVN-Rev: 34316 --- icu4c/readme.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/icu4c/readme.html b/icu4c/readme.html index 11b6472c312..62356d25d9b 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -24,7 +24,7 @@ -

Last updated: 2013-Mar-15
+

Last updated: 2013-Sep-13
Copyright © 1997-2013 International Business Machines Corporation and others. All Rights Reserved.

@@ -222,6 +222,14 @@ are now const member functions. DecimalFormat is not recommended for subclassing.

+

CollationElementIterator protected methods became private

+

The C++ CollationElementIterator (CEI) had two protected constructors + (called only by RuleBasedCollator CEI factory methods) + and a protected assignment operator. + The class documentation says "CollationElementIterator should not be subclassed", + and it cannot be subclassed effectively. + The protected methods were made private and might be removed altogether. + For details see ticket #10251.

The following list concentrates on changes that affect existing -- 2.49.0