From 082f76bd5305da177df8851e1157cf1f93406ac4 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Fri, 21 Jan 2011 15:56:07 +0000 Subject: [PATCH] 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 --- src/site/xdoc/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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".