Updated changes.xml with fix for MATH-739

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1243306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-02-12 19:50:40 +00:00
parent a436c93ce3
commit 3390941cd1
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
<action dev="tn" type="fix" issue="MATH-739">
Merged interface and implementation of statistical tests in
o.a.c.m.stat.inference package.
</action>
<action dev="tn" type="update" issue="MATH-670">
Merged interface and implementation of EmpiricalDistribution.
</action>