From 134cee3f42d02746058770ca8e06def0de70198c Mon Sep 17 00:00:00 2001 From: Sebastiano Vigna Date: Wed, 19 Jul 2023 09:43:33 +0200 Subject: [PATCH] Comment --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index a1cdd9cc..6644ad83 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,8 @@ - Thanks to Chanoch Goldfeder for fixing a number of bugs in ImmutableList. +- Thanks to Barak Ugav for implementing a faster ArrayList.removeIf(). + 8.5.12 - The fields of array-based containers are now protected.