From ff62ff7151bbc84a7706f40988258fabbcc324f5 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 12 Jan 2022 19:04:41 +0100 Subject: [PATCH] typo --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 7d5f2c44e..9ea8607fc 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -13,7 +13,7 @@ Changes that could break older environments: Fixed bugs: ----------- -* the ProperyEnumerator change introduced in 1.10.9 proved to be not +* the PropertyEnumerator change introduced in 1.10.9 proved to be not fully backwards compatible when combined with certain custom PropertyHelper implementations - for example when using AntXtras. Bugzilla Report 65799