properly document PR 56470

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592938 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/changes.xml b/changes.xml
index 00890e1..abf4d32 100644
--- a/changes.xml
+++ b/changes.xml
@@ -51,12 +51,13 @@
       forward any log output from the project under test to the
       project running the AntUnit task immediately.
     </action>
-    <action type="fix" breaks-bwc="true" issue="56470">
-      LogCapturer now adds (platform dependent) line breaks between
-      log messages that it records.
-      This may break existing assertions on the log if they depended
-      on the absence of line breaks.  It also affects the contents of
-      the logcontents resource.
+    <action type="fix" issue="56470">
+      LogCapturer can now optionally add (platform dependent) line
+      breaks between log messages that it records.
+      The log related assertions and the logcontent resource have a
+      new attribute "mergeLines" that controls the line breaks, it
+      defaults to "true" - i.e. no line breaks - to preserve backwards
+      compatibility.
     </action>
   </release>