MATH-492
Forgot to add a reference in the "changes.xml" file. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1061867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ea6733ee8
commit
082f76bd53
|
@ -52,8 +52,12 @@ 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="erans" type="fix" issue="MATH-492">
|
||||
Removed checked "MaxIterationsExceededException" (superseded by
|
||||
"MaxCountExceededException" from package "exception").
|
||||
</action>
|
||||
<action dev="erans" type="fix" issue="MATH-491">
|
||||
Removed unchecked "DimensionMismatchException". Replaced all occurrences by its
|
||||
Removed checked "DimensionMismatchException". Replaced all occurrences by its
|
||||
equivalent from package "exception".
|
||||
</action>
|
||||
<action dev="sebb" type="fix" issue="MATH-489">
|
||||
|
|
Loading…
Reference in New Issue