Author: psteitz Date: Wed Aug 3 04:03:32 2011 New Revision: 1153337 URL: http://svn.apache.org/viewvc?rev=1153337&view=rev Log: Made it clear that PerfTestUtils is in src/test (so when reading release notes, users will not expect to find it in main.) Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1153337&r1=1153336&r2=1153337&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Wed Aug 3 04:03:32 2011 @@ -53,7 +53,7 @@ The type attribute can be add,u --> - Simple benchmark utility (new class "PerfTestUtils"). + Simple benchmark utility (new class "PerfTestUtils" added to test sources in src/test). Added a solver for Dfp-based (i.e. high accuracy) functions.