diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ce54b6be2..4667ae800 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -21,10 +21,11 @@
-
+
+
Use assertThrows V2.
-
+
Use assertThrows.
@@ -33,9 +34,6 @@
Fix flaky UnmodifiableMultiValuedMapTest.
-
- Bump actions/setup-java from v1.4.0 to v2 #174 #177 #186 #224.
-
Refine javadoc and fix typos.
@@ -48,8 +46,70 @@
Fix checkstyle issues regarding missing newline at end of file, and CRLF vs LF.
+
+ A potential misleading comment #82.
+
+
+ Using existing class in example given in Javadocs. #85.
+
+
+ Add test cases to IteratorUtilsTest #86.
+
+
+ Fix typos in release notes and Javadoc for AbstractHashedMap and AbstractHashedMapTest #88.
+
+
+ Add missing @throws comment for SwitchTransformer.switchTransformer. #124.
+
+
+ Fix inconsistent @throws comments in DefaultedMap #123.
+
+
+ Fix links to release notes and update contents for 4.4 #127.
+
+
+ Fix checkstyle syntax (was scope, is now accessModifiers) via PR #235.
+
+
+ Fix PassiveExpiringMap documentation for methods that involve accessing the entire map.
+
+
- Add tests for MapUtils
+ Add tests for MapUtils.
+
+
+ Test subMap and tailMap #94.
+
+
+ Add junit for add, remove, setCount and entrySet in the UnmodifiableMultiSetTest #95.
+
+
+ Add two test cases in UnmodifiableQueueTest #96.
+
+
+ Update two test cases in AbstractMultiValuedMapTest testPutAll_map1 testPutAll_map2 #97.
+
+
+ Add a test case for AbstractMultiValuedMapTest testToString() #100.
+
+
+ Add a test case AbstractMultiValuedMapTest#testMultiValuedMapIterator() #108.
+
+
+ Add junit for getWithNull and subList in LazyListTest; #103.
+
+
+ Add test cases to ArrayListValuedHashMapTest; #106.
+
+
+ Add test cases in UnmodifiableMultiValuedMapTest; #102.
+
+
+ Add CollectionUtils removeRange, removeCount #91.
+
+
+
+ Bump actions/setup-java from v1.4.0 to v2 #174 #177 #186 #224.
Return 0 immediately if the given iterable is null in IterableUtils#size. Update tests.
@@ -66,63 +126,21 @@
Add lambdas function to provide default values in MapUtils #81.
-
- A potential misleading comment #82.
-
-
- Using existing class in example given in Javadocs. #85.
-
-
- Add test cases to IteratorUtilsTest #86.
-
-
- Fix typos in release notes and Javadoc for AbstractHashedMap and AbstractHashedMapTest #88.
-
Update size to capacity for GrowthList #90.
-
- Test subMap and tailMap #94.
-
-
- Add junit for add, remove, setCount and entrySet in the UnmodifiableMultiSetTest #95.
-
-
- Add two test cases in UnmodifiableQueueTest #96.
-
-
- Update two test cases in AbstractMultiValuedMapTest testPutAll_map1 testPutAll_map2 #97.
-
TransformedSortedBagTest should work with TransformedSortedBag, not TransformedBag #98.
-
- Add a test case for AbstractMultiValuedMapTest testToString() #100.
-
Update some map test cases #104.
Add three test cases in UnmodifiableQueueTest #105.
-
- Add CollectionUtils removeRange, removeCount #91.
-
-
- Add a test case AbstractMultiValuedMapTest#testMultiValuedMapIterator() #108.
-
Remove the parentheses in the error message in CircularFifoQueue #107.
-
- Add junit for getWithNull and subList in LazyListTest; #103.
-
-
- Add test cases to ArrayListValuedHashMapTest; #106.
-
-
- Add test cases in UnmodifiableMultiValuedMapTest; #102.
-
[test] org.easymock:easymock 4.0.2 -> 4.1.
@@ -132,15 +150,6 @@
Fix inconsistent @throws comments in ListOrderedSet #125.
-
- Add missing @throws comment for SwitchTransformer.switchTransformer. #124.
-
-
- Fix inconsistent @throws comments in DefaultedMap #123.
-
-
- Fix links to release notes and update contents for 4.4 #127.
-
Add org.apache.commons.collections4.EnumerationUtils.asIterable(Enumeration).
@@ -266,12 +275,6 @@
Bump easymock from 4.2 to 4.3 #226.
-
- Fix checkstyle syntax (was scope, is now accessModifiers) via PR #235.
-
-
- Fix PassiveExpiringMap documentation for methods that involve accessing the entire map.
-