From fe0fba57df21d7b3cbbb22210cf153c1ee494417 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 30 Jun 2010 03:27:33 +0000 Subject: [PATCH] new handling of attributes breaks BWC git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@959176 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index e265afec3..a0e30fc48 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -25,6 +25,8 @@ Changes that could break older environments: section between the second "]" and ">" and create two sections. This affects task as well as the XML logger or JUnit formatter where ampersands will now always get encoded. + In addition DOMElementWriter will now replace the characters \t, \r + and \n in attribute values by entity references. Bugzilla Report 49404. * The list elements returned by ProjectHelper#getExtensionStack are