Skip to content

Commit

Permalink
chore: add formatting changelog entries for 1.4.1 (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
faultyserver authored and ematipico committed Nov 30, 2023
1 parent 772edf3 commit 2e0a124
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e0a124

Please sign in to comment.