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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 8bd274a [COLLECTIONS-779] Migrate assert to Assertions #209.
8bd274a is described below
commit 8bd274ae0c044f66bc6c6dc18d929614c5d1615a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 3 16:43:23 2021 -0500
[COLLECTIONS-779] Migrate assert to Assertions #209.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c6a073f..0a4e7db 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -243,6 +243,9 @@
<action type="update" dev="kinow" due-to="Dependabot">
Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #211.
</action>
+ <action issue="COLLECTIONS-779" type="update" dev="ggregory"
due-to="Arturo Bernal, Gary Gregory">
+ Migrate assert to Assertions #209.
+ </action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi,
Gary Gregory">