From c18397a75309fad45775928bd575254d50294271 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 29 Oct 2024 14:42:56 +0100 Subject: [PATCH] Update CHANGES --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index e5207a8e79..cd3416063b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -61,6 +61,7 @@ profile. This started with version 0.26.0. - \* Fix arrow type indentation with `break-separators=before` (#2598, @Julow) - Fix formatting of short `fun` expressions with the janestreet profile (#2593, @Julow) - Fix missing parentheses around a let in class expressions (#2599, @Julow) +- Fix dropped attribute in `(module M : S [@attr])` (#2602, @Julow) ### Changes - The location of attributes for structure items is now tracked and preserved. (#2247, @EmileTrotignon)