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. - - 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. + + 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.