]> source.dussan.org Git - poi.git/commitdiff
Add a note about the UnicodeString move from a few days ago
authorNick Burch <nick@apache.org>
Tue, 19 Jan 2010 15:20:04 +0000 (15:20 +0000)
committerNick Burch <nick@apache.org>
Tue, 19 Jan 2010 15:20:04 +0000 (15:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@900816 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/status.xml

index 5eb3d08a7c444297be55d6fa39d91ade0ad90e56..a0462404a2b173537b7143bef60d43ef2c5da5ca 100644 (file)
@@ -35,6 +35,7 @@
     <changes>
         <release version="3.7-SNAPSHOT" date="2010-??-??">
            <action dev="POI-DEVELOPERS" type="add">Low Level record support for the ExtRst (phonetic text) part of Unicode Strings. No usermodel access to it as yet though.</action>
+           <action dev="POI-DEVELOPERS" type="fix">record.UnicodeString has moved to record.common.UnicodeString, to live with the other record-part classes, as it isn't a full record.</action>
            <action dev="POI-DEVELOPERS" type="add">Avoid creating temporary files when opening OPC packages from input stream</action>
            <action dev="POI-DEVELOPERS" type="add">Improved how HSMF handles multiple recipients</action>
            <action dev="POI-DEVELOPERS" type="add">Add PublisherTextExtractor support to ExtractorFactory</action>