This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 4a4773f [CRYPTO-151] Migrate to Junit 5 #114. 4a4773f is described below commit 4a4773fa3b54624b054b7b82a572605fbd5992dc Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 27 12:15:28 2020 -0500 [CRYPTO-151] Migrate to Junit 5 #114. --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1e43194..0a2d732 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,7 +64,8 @@ <release version="1.1.1" date="20YY-MM-DD" description="TBD"> <action dev="ggregory" type="update" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action> <action issue="CRYPTO-154" type="add">License header should be plain a comment #113.</action> - <action issue="CRYPTO-155" type="update">Minor improvement #115.</action> + <action issue="CRYPTO-155" type="update" due-to="Arturo Bernal">Minor improvement #115.</action> + <action issue="CRYPTO-151" type="update" due-to="Arturo Bernal">Migrate to Junit 5 #114.</action> </release> <release version="1.1.0" date="2020-08-28" description="Minor release (Java 8 and OpenSSL 1.1.1)"> <action issue="CRYPTO-59" type="add">Support Galois/Counter Mode (GCM).</action>