From 449f00ca942a40ac0ca4e7e297f370b4cad64246 Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Mon, 18 Jul 2022 10:01:35 +0100 Subject: [PATCH] update readme for #1058 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4debc876..725a78863 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Read all about it at http://pitest.org * #1054 - Provide control over auto addition of -Djava.awt.headless=true * #1055 - Option to autoset number of threads * #1056 - Set timeout for socket communication +* #1058 - Set defaults for input and output encoding for programmatic api 1054 Moves support of auto adding headless=true (to prevent keyboard focus being stolen on Macs) into a feature. It is enabled by default, but can be disabled by adding `-MACOS_FOCUS` to the features string.