From b025b4967ab86fc65c411818fe3bf197e187ae78 Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Fri, 24 Nov 2023 17:02:15 +0800 Subject: [PATCH] changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 7132b13140..eaf9fa998f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,7 @@ profile. This started with version 0.26.0. - Fixed bug with attributes on sub-expressions of infix operators (#2459, @tdelvecchio-jsc) - \* Fix cinaps comment formatting to not change multiline string contents (#2463, @tdelvecchio-jsc) - Fix position of comments around function parameters (#2471, @gpetiot) +- \* Force a break around comments following an infix operator (fix non-stabilizing comments) (#2478, @gpetiot) ## 0.26.1 (2023-09-15)