diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 7ca977c90..23352db12 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,6 +52,12 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> + + Fixed exceptions generated by "ebeMultiply" and "ebeDivide" in "OpenMapRealVector". + + + In "SingularValueDecompositionImpl", added accessor for the inverse of the condition number. + Made pseudo-inverse consistent with rank computation in SingularValueDecompositionImpl.