From 2e0a124ab0bbd1ab5c57fe51df20f6c26b607ede Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 29 Nov 2023 09:54:48 -0800 Subject: [PATCH] chore: add formatting changelog entries for 1.4.1 (#969) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f918085c50f..2b25611f88ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Formatter +#### Bug fixes + +- Fix some accidental line breaks when printing array expressions within arrow functions and other long lines [#917](https://github.com/biomejs/biome/pull/917). Contributed by @faultyserver + +- Match Prettier's breaking strategy for `ArrowChain` layouts [#934](https://github.com/biomejs/biome/pull/934). Contributed by @faultyserver + +- Fix double-printing of leading comments in arrow chain expressions [#951](https://github.com/biomejs/biome/pull/951). Contributed by @faultyserver + ### JavaScript APIs ### Linter