Moved misplaced element.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@596176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bdb18d5d10
commit
8f4b97cdcc
|
@ -40,10 +40,6 @@ Commons Math Release Notes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.2-SNAPSHOT" date="TBD">
|
<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">
|
<action dev="luc" type="fix">
|
||||||
Fixed numerous warnings in test code.
|
Fixed numerous warnings in test code.
|
||||||
</action>
|
</action>
|
||||||
|
@ -106,6 +102,10 @@ Commons Math Release Notes</title>
|
||||||
Added addAndCheck, mulAndCheck, and subAndCheck MathUtils methods for
|
Added addAndCheck, mulAndCheck, and subAndCheck MathUtils methods for
|
||||||
long integer arguments.
|
long integer arguments.
|
||||||
</action>
|
</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>
|
||||||
<release version="1.1" date="2005-12-17"
|
<release version="1.1" date="2005-12-17"
|
||||||
description="This is a maintenance release containing bug fixes and enhancements.
|
description="This is a maintenance release containing bug fixes and enhancements.
|
||||||
|
|
Loading…
Reference in New Issue