diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 3656f0665..dea0199df 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,8 +52,12 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> + + Removed checked "MaxIterationsExceededException" (superseded by + "MaxCountExceededException" from package "exception"). + - Removed unchecked "DimensionMismatchException". Replaced all occurrences by its + Removed checked "DimensionMismatchException". Replaced all occurrences by its equivalent from package "exception".