diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 029bb5df5..2f4ae8ef4 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -28,6 +28,13 @@ release process easy :-). 3. Use the report generated by the maven-changelog-plugin to see all SVN commits. TBA how to use this with SVN. +To generate the release notes from this file: + +mvn changes:announcement-generate +mv target/announcement/math-release-notes.vm RELEASE_NOTES.txt +then tweak the formatting +(e.g. copy/paste the description to replace the one-line version) +and commit The type attribute can be add,update,fix,remove. --> @@ -37,19 +44,26 @@ The type attribute can be add,update,fix,remove. Commons Math Release Notes - + + Added method to clear the list of observations in CurveFitter.