From 22bbd54444f4be363b93469bb4460f769fc4923c Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sun, 3 Jul 2005 06:47:09 +0000 Subject: [PATCH] Changed description of submatrix change, version reference. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@208892 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/changes.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index c03a2889c..46541b9bd 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -38,9 +38,8 @@ The type attribute can be add,update,fix,remove. Commons Math Release Notes - - Added setSubMatrix methods to RealMatrix, BigMatrix. + Added setSubMatrix methods to RealMatrixImpl, BigMatrixImpl. To + Preserve backward compatibility with version 1.0, these methods were + not added to the RealMatrix, BigMatrix interfaces. Added createXIdentityMatrix methods to MatrixUtils and deprecated