You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/08/04 18:22:53 UTC

svn commit: r1369359 - /commons/proper/math/trunk/src/changes/changes.xml

Author: tn
Date: Sat Aug  4 16:22:52 2012
New Revision: 1369359

URL: http://svn.apache.org/viewvc?rev=1369359&view=rev
Log:
Added MATH-836 to changes.xml.

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=1369359&r1=1369358&r2=1369359&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sat Aug  4 16:22:52 2012
@@ -52,6 +52,9 @@ If the output is not quite correct, chec
   <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>