From cfd1f2e0f970084d447f38ceb0b33e125459c84a Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Mon, 8 Apr 2024 16:51:13 +0100 Subject: [PATCH] Update readme for 1.16.0 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 573c5bfd7..caa797e85 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ Read all about it at https://pitest.org ## Releases +## 1.16.0 + +* #1311 - Include unmodifiable collections stored directly to fields in the `+funmodifiablecollection` filter for defensive code +* #1319 - Use environment variables from surefire config +* #1322 - Automatically add -ea to enable assertions +* #1321 - Expand BuildVerifier interface + +Api change in #1321 is backwards compatible, but plugins written against 1.16.0 may not work with earlier versions. + ## 1.15.8 * #1310 Filter mutations to Collections.unmodifiable*