[MATH-1050] Added changelog entry.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1566074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c644cf87e
commit
42dffede43
|
@ -51,6 +51,10 @@ If the output is not quite correct, check for invisible trailing spaces!
|
|||
</properties>
|
||||
<body>
|
||||
<release version="3.3" date="TBD" description="TBD">
|
||||
<action dev="erans" type="update" issue="MATH-1050">
|
||||
Deprecated "ArithmeticUtils#pow(int, long)" and "ArithmeticUtils#pow(long, long)"
|
||||
in favor of corresponding methods "ArithmeticUtils#pow(..., int)".
|
||||
</action>
|
||||
<action dev="erans" type="fix" issue="MATH-976">
|
||||
Create additional artifact "commons-math3-tools-x.y.z.jar" as part of the
|
||||
release process. This artifact contains useful tools, e.g. for performance testing.
|
||||
|
|
Loading…
Reference in New Issue