Added MATH-836 to changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1369359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-08-04 16:22:52 +00:00
parent 6ec0872f28
commit b68fc58a61
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ If the output is not quite correct, check for invisible trailing spaces!
<body>
<release version="3.1" date="TBD" description="
">
<action dev="tn" type="fix" issue="MATH-836" due-to="Baste Nesse Buanes">
Fixed overflow detection for negative values in constructor of class "Fraction".
</action>
<action dev="erans" type="fix" issue="MATH-835" due-to="Baste Nesse Buanes">
Fixed overflow in method "percentageValue" in class "Fraction".
</action>