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 faa474d [CRYPTO-155] Minor improvement #115. faa474d is described below commit faa474d2f5cc878e64a41339b764881c79c60cb3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 11 16:25:43 2020 -0500 [CRYPTO-155] Minor improvement #115. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1fc7a86..57abbf4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,7 @@ <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> </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>