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
The following commit(s) were added to refs/heads/master by this push: new 5fc4a4a7 Track changes 5fc4a4a7 is described below commit 5fc4a4a7d468253f9f12c415d99fe0656ab0c589 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Tue Jun 25 16:02:49 2024 +0100 Track changes --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 873640f1..7225882f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,10 @@ If the output is not quite correct, check for invisible trailing spaces! <release version="1.6" date="TBD" description=" New features, updates and bug fixes (requires Java 8). "> + <action dev="aherbert" type="add" issue="RNG-186"> + Correct the module OSGi exports. Use of multiple modules is validated in an OSGi + integration test. + </action> <action dev="aherbert" type="add" issue="RNG-184"> New "ArraySampler" to support shuffling primitive and generic arrays with sub-range support.