You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/10/21 19:43:08 UTC

svn commit: r1400685 - /commons/proper/math/trunk/src/changes/changes.xml

Author: tn
Date: Sun Oct 21 17:43:08 2012
New Revision: 1400685

URL: http://svn.apache.org/viewvc?rev=1400685&view=rev
Log:
Fix special characters in changes.xml.

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

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1400685&r1=1400684&r2=1400685&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sun Oct 21 17:43:08 2012
@@ -53,8 +53,8 @@ If the output is not quite correct, chec
     <release version="3.1" date="TBD" description="
 ">
       <action dev="tn" type="add" issue="MATH-474" due-to="Dan Checkoway">
-        Added new methods "merge(Frequency)", "merge(Collection<Frequency>)",
-        "incrementValue(Comparable<?>, long)" and "entrySetIterator()" to the "Frequency" class.
+        Added new methods "merge(Frequency)", "merge(Collection&lt;Frequency&gt;)",
+        "incrementValue(Comparable&lt;?&gt;, long)" and "entrySetIterator()" to the "Frequency" class.
       </action>
       <action dev="tn" type="fix" issue="MATH-778" due-to="Sébastien Brisard">
         Allow unlimited input values for "Dfp#multiply(int)".