You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ce...@apache.org on 2012/05/31 08:13:33 UTC

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

Author: celestin
Date: Thu May 31 06:13:33 2012
New Revision: 1344574

URL: http://svn.apache.org/viewvc?rev=1344574&view=rev
Log:
Added MATH-791 to the list of changes.

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=1344574&r1=1344573&r2=1344574&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Thu May 31 06:13:33 2012
@@ -52,6 +52,10 @@ If the output is not quite correct, chec
   <body>
     <release version="3.1" date="TBD" description="
 ">
+      <action dev="celestin" type="fix" issue="MATH-791">
+        In GammaDistribution, deprecated getAlpha() and getBeta(). Replaced with
+        getShape() and getScale(), respectively.
+      </action>
       <action dev="luc" type="fix" issue="MATH-793"  due-to="Sebb">
         Use inline computation for OrderedTuple hash code.
       </action>