Skip to content

Commit

Permalink
add a changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-yu committed Jul 12, 2024
1 parent 6169e83 commit e37ba8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b
}
}
```
- Fix [#3410](https://github.com/biomejs/biome/issues/3410) by correctly parsing break statements containing keywords.
```js
out: while (true) {
break out;
}
```
Contributed by @ah-yu

## v1.8.3 (2024-06-27)

Expand Down

0 comments on commit e37ba8f

Please sign in to comment.