Author: erans
Date: Wed Apr 30 22:18:03 2014
New Revision: 1591497

URL: http://svn.apache.org/r1591497
Log:
MATH-1092
Added changelog entry.

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1591497&r1=1591496&r2=1591497&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Wed Apr 30 22:18:03 2014
@@ -80,6 +80,11 @@ Users are encouraged to upgrade to this 
   classes are intended to be package private only and are not supposed to be
   used for other purposes. 
 ">
+      <action dev="erans" type="fix" issue="MATH-1092">
+        Extracted class "LineSearch" from "PowellOptimizer", to be used in
+        "NonLinearConjugateGradientOptimizer" (in place of the implementation
+        that triggered this issue).
+      </action>
       <action dev="luc" type="fix" issue="MATH-1115">
         Build properly empty polyhedrons set when given equal min/max 
boundaries. Also explained
         better in the javadoc about some wrong usage of PolyhedronsSet 
constructor.


Reply via email to