From: Steve Hancock Date: Sat, 7 Dec 2024 00:34:05 +0000 (-0800) Subject: update docs for -bom modification X-Git-Tag: 20240903.08~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ec649906ae978cec2f52669edb9ba157adc7cfc;p=perltidy.git update docs for -bom modification --- diff --git a/CHANGES.md b/CHANGES.md index 58cf183a..e33397aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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