From d3d553fe6630635b0403302b14fa1c026c63a64b Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 31 Oct 2024 11:09:04 +0100 Subject: [PATCH] Update CHANGES --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index b5acb46e00..30ea6c6557 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -105,6 +105,7 @@ profile. This started with version 0.26.0. - Display `a##b` instead of `a ## b` and similarly for operators that start with # (#2580, @v-gb) - \* Fix arrow type indentation with `break-separators=before` (#2598, @Julow) - Fix missing parentheses around a let in class expressions (#2599, @Julow) +- Fix formatting of paragraphs in lists in documentation (#2607, @Julow) ## 0.26.2 (2024-04-18)