Update "changes.xml".


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1420693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-12-12 14:18:22 +00:00
parent 7ee7843ffe
commit 5968be0da0
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ This is a minor release: It combines bug fixes and new features.
2. A few methods in the FastMath class are in fact slower that their
counterpart in either Math or StrictMath (cf. MATH-740 and MATH-901).
">
<action dev="erans" type="add" issue="MATH-874">
All contents of package "o.a.c.m.optimization" refactored into
new packages "o.a.c.m.optimization" and "o.a.c.m.fitting".
</action>
<action dev="psteitz" type="update" issue="MATH-672">
Added methods to EmpiricalDistribution to implement the RealDistribution
interface.