[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:
Thomas Neidhart 2014-02-08 18:14:37 +00:00
parent 3c644cf87e
commit 42dffede43
1 changed files with 11 additions and 7 deletions

View File

@ -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.