From: Steve Hancock Date: Fri, 1 May 2020 14:52:56 +0000 (-0700) Subject: add note on new module call parameters X-Git-Tag: 20200619~48 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=233993de12ec45e4e2e00314868213b61dcd1852;p=perltidy.git add note on new module call parameters --- diff --git a/CHANGES.md b/CHANGES.md index 4e8febe4..c9464e56 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,11 @@ ## 2020 01 10.01 + - calls to the module Perl::Tidy can now capture any output produced + by a debug flag or one of the 'tee' flags through the new 'debugfile' and + 'teefile' call parameters. These output streams are rarely used but + they are now treated the same as any 'logfile' stream. + - add option --break-at-old-semicolon-breakpoints', -bos, requested in RT#131644. This flag will keep lines beginning with a semicolon.