You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/06/09 16:48:27 UTC

[commons-rng] 02/02: RNG-143: Track changes

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 699f75cb14a4378da5aebf6cff1c17b07e70a374
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Jun 9 17:48:20 2021 +0100

    RNG-143: Track changes
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e6a4203..64b5231 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,9 @@ re-run tests that fail, and pass the build if they succeed
 within the allotted number of reruns (the test will be marked
 as 'flaky' in the report).
 ">
+      <action dev="aherbert" type="add" issue="143">
+        "RandomSource": Add an instance create method. Deprecate the static create method.
+      </action>
       <action dev="aherbert" type="add" issue="136">
         New "ObjectSampler&lt;T&gt;" and "SharedStateObjectSampler&lt;T&gt;" interfaces.
         These interfaces are implemented by samplers returning an object.