ICU-9619 note in readme

X-SVN-Rev: 34190
This commit is contained in:
Steven R. Loomis 2013-09-04 19:39:59 +00:00
parent 091b5afbb0
commit 4ef4dd1531

View File

@ -215,6 +215,15 @@
<p>To see which APIs are new or changed in this release, view the <a href="APIChangeReport.html">ICU4C API Change Report</a>. </p>
<!-- ICU 52 items -->
<h3>DecimalFormat - two functions marked as const</h3>
<p>
<tt>DecimalFormat::isScientificNotation</tt> and <tt>DecimalFormat::isExponentSignAlwaysShown</tt>
are now const member functions. DecimalFormat is not recommended for subclassing.
</p>
<!-- end ICU 52 items -->
<p>The following list concentrates on <em>changes that affect existing
applications migrating from previous ICU releases</em>.
For more news about this release, see the