This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push: new ff62ff7 typo ff62ff7 is described below commit ff62ff7151bbc84a7706f40988258fabbcc324f5 Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Wed Jan 12 19:04:41 2022 +0100 typo --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 7d5f2c4..9ea8607 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