Improve changelog entry.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1522086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-09-11 22:49:10 +00:00
parent 4c7b801625
commit a0636a7400
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ If the output is not quite correct, check for invisible trailing spaces!
</action>
<action dev="tn" type="fix" issue="MATH-996" due-to="Tim Allison">
Creating a "Fraction" or "BigFraction" object with a maxDenominator parameter
does not throw a "FractionConversionException" in case the value is very close
to fraction.
does not throw a "FractionConversionException" anymore in case the value is
very close to fraction.
</action>
<action dev="tn" type="add" issue="MATH-1028" due-to="Thorsten Schäfer">
Added new distance metric "EarthMoversDistance".