You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/04/06 17:27:36 UTC

svn commit: r1310404 - /commons/proper/io/trunk/src/changes/changes.xml

Author: ggregory
Date: Fri Apr  6 15:27:35 2012
New Revision: 1310404

URL: http://svn.apache.org/viewvc?rev=1310404&view=rev
Log:
[IO-321] ByteOrderMark UTF_32LE is incorrect.

Modified:
    commons/proper/io/trunk/src/changes/changes.xml

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1310404&r1=1310403&r2=1310404&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Fri Apr  6 15:27:35 2012
@@ -47,6 +47,9 @@ The <action> type attribute can be add,u
   <body>
     <!-- The release date is the date RC is cut -->
     <release version="2.3" date="TBD" description="">
+      <action issue="IO-321" dev="ggregory" type="add" due-to="ggregory">
+        ByteOrderMark UTF_32LE is incorrect.
+      </action>            
       <action issue="IO-318" dev="ggregory" type="add" due-to="ggregory">
         Add Charset sister APIs to method that take a String charset name.
       </action>