You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/27 19:39:49 UTC

[commons-collections] branch master updated: [COLLECTIONS-773] Add an assertion to validate ensureCapacity #198.

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 d9f8664  [COLLECTIONS-773] Add an assertion to validate ensureCapacity #198.
d9f8664 is described below

commit d9f86645d9b180a6f808c47b165c697a1bcfc977
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 27 14:39:45 2020 -0500

    [COLLECTIONS-773] Add an assertion to validate ensureCapacity #198.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 521e137..b908c18 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -216,6 +216,9 @@
     <action issue="COLLECTIONS-774" type="update" dev="ggregory" due-to="Dependabot">
       Bump maven-antrun-plugin from 1.8 to 3.0.0 #170.
     </action>
+    <action issue="COLLECTIONS-773" type="update" dev="ggregory" due-to="Martin Monperrus">
+      Add an assertion to validate ensureCapacity #198.
+    </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">