Author: bodewig
Date: Wed May 7 04:00:43 2014
New Revision: 1592938
URL: http://svn.apache.org/r1592938
Log:
properly document PR 56470
Modified:
ant/antlibs/antunit/trunk/changes.xml
Modified: ant/antlibs/antunit/trunk/changes.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/changes.xml?rev=1592938&r1=1592937&r2=1592938&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/changes.xml (original)
+++ ant/antlibs/antunit/trunk/changes.xml Wed May 7 04:00:43 2014
@@ -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>