Author: psteitz Date: Sun Nov 18 17:43:14 2007 New Revision: 596176 URL: http://svn.apache.org/viewvc?rev=596176&view=rev Log: Moved misplaced element.
Modified: commons/proper/math/trunk/xdocs/changes.xml Modified: commons/proper/math/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/xdocs/changes.xml?rev=596176&r1=596175&r2=596176&view=diff ============================================================================== --- commons/proper/math/trunk/xdocs/changes.xml (original) +++ commons/proper/math/trunk/xdocs/changes.xml Sun Nov 18 17:43:14 2007 @@ -40,10 +40,6 @@ </properties> <body> <release version="1.2-SNAPSHOT" date="TBD"> - <action dev="psteitz" type="update" issue="MATH-171" due-to="Niall Pemberton"> - Merged most functions from ComplexUtils into Complex class, added - static factory method to Complex. - </action> <action dev="luc" type="fix"> Fixed numerous warnings in test code. </action> @@ -105,6 +101,10 @@ <action dev="brentworden" type="update" issue="MATH-154" due-to="Remi Arntzen"> Added addAndCheck, mulAndCheck, and subAndCheck MathUtils methods for long integer arguments. + </action> + <action dev="psteitz" type="update" issue="MATH-171" due-to="Niall Pemberton"> + Merged most functions from ComplexUtils into Complex class, added + static factory method to Complex. </action> </release> <release version="1.1" date="2005-12-17"