From 2116286ce4ba331a43c6ee54313b50fc30853103 Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Mon, 14 Aug 2006 22:47:11 +0000 Subject: [PATCH] Mention of #39683. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@431458 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index d776a00a1..68384b6f0 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -101,6 +101,9 @@ Changes that could break older environments: Fixed bugs: ----------- + +* Converting a to a string was broken. Bugzilla Report 39683. + * Manifests have improved line length handling, taking care of encoding. Bug reports 37548 / 34425.