From d7538fe271c84e6a9cb4c6219442685f6987ac2f Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Fri, 7 Jan 2011 14:43:47 +0000 Subject: [PATCH] note about bug fix of 50515 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1056339 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 867810bd6..7772cb580 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -7,6 +7,9 @@ Changes that could break older environments: Fixed bugs: ----------- + * Encoding of unicode escape sequences by the property file task + Bugzilla Report 50515. + Other changes: --------------