From 7ec649906ae978cec2f52669edb9ba157adc7cfc Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 6 Dec 2024 16:34:05 -0800 Subject: [PATCH] update docs for -bom modification --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5