]> git.donarmstrong.com Git - perltidy.git/commitdiff
update docs for -bom modification
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 7 Dec 2024 00:34:05 +0000 (16:34 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 7 Dec 2024 00:34:05 +0000 (16:34 -0800)
CHANGES.md

index 58cf183a028483f34a021cc0afba60c44df1930e..e33397aabb33bde7f29a35a8b4da39ca6a63ff24 100644 (file)
@@ -2,6 +2,12 @@
 
 ## 2024 09 03.07
 
+    - An update for parameter --break-at-old-method-breakpoints, or -bom,
+    has been made to insure that it only applies to lines beginning with
+    method calls, as intended.  Line breaks for all lines beginning with
+    '->', even non-method calls, can be retained by using
+    --keep-old-breakpoints_before='->'.
+
     - Added parameter --multiple-token-tightness=s, or -mutt=s.
     The default value --paren-tightness=1 adds space within the parens
     if, and only if, the container holds multiple tokens.  Some perltidy