diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 96615d246..6a7ea8103 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -39,8 +39,17 @@ The type attribute can be add,update,fix,remove. Commons Math Release Notes - + + + Removed deprecated features. This includes the following changes. Factory-based + instantiation replaced by setter injection in 1.2 in several classes have been + removed. Protected fields in matrices implementations have been declared final + and private. Identity factory methods moved to MatrixUtils class have been + removed. Complex utilities methods that have been superseded by Complex instance + methods have been removed. + + + Javadoc and style fixes.