document fix for MATH-368

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@942629 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William Barker 2010-05-09 23:22:05 +00:00
parent 2c83cdc537
commit 252aab4b18
1 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="luc" type="fix" issue="MATH-369" due-to="Sasun Pundev">
Fix NullPointerException in BisectionSolver.solve(f, min, max, initial)
</action>
<action dev="billbarker" type="fix" issue="MATH-368">
Fix spelling of getSparcity [sic] method of OpenMapRealVector
</action>
</release>
<release version="2.1" date="2010-04-02" description="
This is primarily a maintenance release, but it also includes new features and enhancements.