This commit is contained in:
Sebastiano Vigna 2023-07-19 09:43:33 +02:00
parent f011d3c46e
commit 134cee3f42

View file

@ -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.