Fix special characters in changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1400685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-10-21 17:43:08 +00:00
parent 1d02ff125d
commit 231b9a8905
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ If the output is not quite correct, check for invisible trailing spaces!
<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)".