]> git.donarmstrong.com Git - perltidy.git/commitdiff
noted RT #81852 improvement
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 9 Jan 2019 00:56:13 +0000 (16:56 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 9 Jan 2019 00:56:13 +0000 (16:56 -0800)
CHANGES.md

index 11cc693621f40a6fb023cd57cbc0b49657271bfe..6e4d99059123b95b5d4043cf2e96d124e62baca8 100644 (file)
@@ -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.