This is an automated email from the ASF dual-hosted git repository.
eax 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 0bf44ae COLLECTIONS-697: correct changelog entry (ref #55)
0bf44ae is described below
commit 0bf44ae0404307e5dcaf5fe02cb6b1ac34341d5d
Author: Eitan Adler <[email protected]>
AuthorDate: Sat Feb 1 14:34:50 2020 -0800
COLLECTIONS-697: correct changelog entry (ref #55)
use the apache committer name instead of the github username
ref: 64420e34cc20b08d4386cfbfec5aaa3f49973c10
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bde17b3..4e59ace 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,7 +21,7 @@
</properties>
<body>
<release version="4.5" date="2020-MM-DD" description="Maintenance release.">
- <action issue="COLLECTIONS-697" dev="grimreaper" type="update"
due-to="Ranjan George">
+ <action issue="COLLECTIONS-697" dev="eax" type="update" due-to="Ranjan
George">
JavaDoc for FixedSizeList should warn that modifying underlying list is
still allowed and is not prevented
</action>
<action issue="COLLECTIONS-738" dev="kinow" type="update" due-to="Pengyu
Nie">