diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 62db2777b..dbafe3a73 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,11 @@ If the output is not quite correct, check for invisible trailing spaces! + + The iterator returned by "MultiDimensionalCounter#iterator()" will now + correctly throw a "NoSuchElementException" when calling "next()" and the + iterator is already exhausted. + Fixed an issue with noisy functions for ODE events detection.