]> git.donarmstrong.com Git - perltidy.git/commitdiff
add note on new module call parameters
authorSteve Hancock <perltidy@users.sourceforge.net>
Fri, 1 May 2020 14:52:56 +0000 (07:52 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Fri, 1 May 2020 14:52:56 +0000 (07:52 -0700)
CHANGES.md

index 4e8febe4b1ce227e3b98ec0980d9eaeac709cd89..c9464e56090a90dcf6714df8d2d63efca75fe457 100644 (file)
@@ -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.