Author: luc
Date: Sat Oct 1 14:16:06 2011
New Revision: 1177985
URL: http://svn.apache.org/viewvc?rev=1177985&view=rev
Log:
Added notification of MATH-381 solve.
Modified:
commons/proper/math/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1177985&r1=1177984&r2=1177985&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Sat Oct 1 14:16:06 2011
@@ -52,6 +52,10 @@ The <action> type attribute can be add,u
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
+ <action dev="luc" type="fix" issue="MATH-381" due-to="Pascal Parraud">
+ ODE step interpolation with Jacobians is now fully merged with
+ classical step interpolation.
+ </action>
<action dev="luc" type="fix" issue="MATH-380" due-to="Pascal Parraud">
Completely revamped the computation of Jacobians in ODE. This
computation is now
included in the mainstream class hierarchy, not in a separate package
anymore,