announced resolution of MATH-423

Jira: MATH-423

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1085961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-03-27 15:15:12 +00:00
parent 525cddfb68
commit c7421029c6
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="luc" type="fix" issue="MATH-423" due-to="Gilles Sadowski" >
All unit tests have been converted to Junit 4. They need at least Junit 4.5 to run
(the ant and maven build systems are currently set to use Junit 4.8.2)
</action>
<action dev="luc" type="fix" issue="MATH-500" due-to="Gilles Sadowski" >
Removed the ConvergingAlgorithm interface and ConvergingAlgorithmImpl class
</action>