Author: tn
Date: Wed Sep 11 22:49:10 2013
New Revision: 1522086
URL: http://svn.apache.org/r1522086
Log:
Improve changelog entry.
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=1522086&r1=1522085&r2=1522086&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Wed Sep 11 22:49:10 2013
@@ -66,8 +66,8 @@ If the output is not quite correct, chec
</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".