diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 32d38ec07..8d58bce96 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -39,6 +39,9 @@ The type attribute can be add,update,fix,remove. + + Eliminated repeated endpoint function evalutations in BrentSolver, SecantSolver. + Added setSubMatrix methods to RealMatrix, BigMatrix.