From: Steve Hancock Date: Wed, 9 Jan 2019 00:56:13 +0000 (-0800) Subject: noted RT #81852 improvement X-Git-Tag: 20190601~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1f75d56514dc27a4413e071d0268280ece9fd19b;p=perltidy.git noted RT #81852 improvement --- diff --git a/CHANGES.md b/CHANGES.md index 11cc6936..6e4d9905 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,12 @@ ## 2018 11 20.01 + - RT #81852: Improved indentation when quoted word (qw) lists are + nested within other containers using the --weld-nested (-wn) flag. + - RT#12764, introduced new feature allowing placement of blanks around - sequences of selected keywords such as use, my, our, local. This can - be activated with the -kgb* series of parameters described in the manual. + sequences of selected keywords. This can be activated with the -kgb* + series of parameters described in the manual. - Rewrote vertical algnment module. It is much better at finding patterns in complex code.