From a0636a74000b9ba9fbc87624377baaf2756384ad Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 11 Sep 2013 22:49:10 +0000 Subject: [PATCH] Improve changelog entry. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1522086 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0a78444b6..1a7b15ac9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -66,8 +66,8 @@ If the output is not quite correct, check for invisible trailing spaces! 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. Added new distance metric "EarthMoversDistance".