[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:
Thomas Neidhart 2014-01-16 21:39:03 +00:00
parent 63d88c74b7
commit c9181d3b05
1 changed files with 5 additions and 0 deletions

View File

@ -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>