Updated changes.xml with last fixes.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1241838 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-02-08 09:50:33 +00:00
parent a2d9268a1d
commit bf9278893c
1 changed files with 4 additions and 1 deletions

View File

@ -52,12 +52,15 @@ 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-670">
<action dev="tn" type="update" issue="MATH-670">
Merged interface and implementation of EmpiricalDistribution.
</action>
<action dev="tn" type="fix" issue="MATH-588">
Relaxed test for equality in UnivariateStatisticAbstractTest.
</action>
<action dev="tn" type="update" issue="MATH-575">
Modified the genetics package to use localized exception messages.
</action>
<action dev="tn" type="fix" issue="MATH-652" due-to="Greg Sterijevski">
Fixed a faulty test for zero in TridiagonalTransformer.
</action>