This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit 24d0f9803fbee5bce7f4c932906805a495bfc49e Author: Alex Herbert <[email protected]> AuthorDate: Thu Feb 12 12:52:56 2026 +0000 RNG-188: Track changes --- src/changes/changes.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a8a71002..3744557f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,16 +56,15 @@ If the output is not quite correct, check for invisible trailing spaces! <release version="1.7" date="TBD" description=" New features, updates and bug fixes (requires Java 8). "> + <action dev="aherbert" due-to="Jherek Healy" type="add" issue="RNG-188"> + Add Philox4x32 and Philox4x64 random number generators. + </action> <action dev="aherbert" type="fix"> "JDKRandomBridge": Support the use of setSeed(long) after object deserialization. </action> <action dev="aherbert" type="update" issue="RNG-187"> "ArraySampler": Improve performance on small ranges using batched index generation. </action> - <action dev="ggregory" type="update">Pick up exec-maven-plugin version from parent POM.</action> - <action dev="ggregory" type="update">Bump org.revapi:revapi-maven-plugin from 0.15.0 to 0.15.1 #140.</action> - <action dev="ggregory" type="update">Bump org.revapi:revapi-java from 0.28.1 to 0.28.4 #141, #143.</action> - <action dev="ggregory" type="update">Bump org.apache.commons:commons-parent from 91 to 96 #184.</action> </release> <release version="1.6" date="2024-07-15" description="
