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.
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