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 3bbe3475 Track changes 3bbe3475 is described below commit 3bbe34754ace2417ea358e15cb57aa1b05a19497 Author: aherbert <aherb...@apache.org> AuthorDate: Mon Oct 3 11:19:07 2022 +0100 Track changes --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 748ce52c..bed33c92 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -86,6 +86,11 @@ behavioural compatibility between releases; derived types may break behavioural compatibility. Any functional changes will be recorded in the release notes. "> + <action dev="aherbert" type="add" issue="182"> + Add a Bill of Materials (BOM) to aid in dependency management when referencing multiple + Apache Commons RNG artifacts. The BOM should be used to ensure all imported artifacts are + compatible. + </action> <action dev="aherbert" type="add" issue="181"> LXM family to support SplittableUniformRandomProvider. This allows creating a parallel stream of generators which will avoid sequence correlations between instances.