[MATH-1088] Add missing changelog entry.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1558922 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
63d88c74b7
commit
c9181d3b05
|
@ -51,6 +51,11 @@ If the output is not quite correct, check for invisible trailing spaces!
|
|||
</properties>
|
||||
<body>
|
||||
<release version="3.3" date="TBD" description="TBD">
|
||||
<action dev="erans" type="fix" issue="MATH-1088">
|
||||
The iterator returned by "MultiDimensionalCounter#iterator()" will now
|
||||
correctly throw a "NoSuchElementException" when calling "next()" and the
|
||||
iterator is already exhausted.
|
||||
</action>
|
||||
<action dev="luc" type="fix" >
|
||||
Fixed an issue with noisy functions for ODE events detection.
|
||||
</action>
|
||||
|
|
Loading…
Reference in New Issue