Skip to content

Commit

Permalink
chore: move Grit changes in CHANGELOG (#3991)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Sep 19, 2024
1 parent e691358 commit a973c22
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,19 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b

### CLI

#### New features

- Added support for custom GritQL definitions, including:
- Pattern and predicate definitions: https://docs.grit.io/guides/patterns
- Function definitions: https://docs.grit.io/language/functions#function-definitions

Contributed by @arendjr

#### Bug fixes

- Fix [#3917](https://github.com/biomejs/biome/issues/3917), where the fixed files were incorrectly computed. Contributed by @ematipico
- Fixed an issue that caused GritQL `contains` queries to report false positives when the matched
node appeared inside a sibling node. Contributed by @arendjr

### Configuration

Expand Down Expand Up @@ -69,21 +79,6 @@ our [guidelines for writing a good changelog entry](https://github.com/biomejs/b

- The CSS parser now accepts the characters U+FFDCF and U+FFFD in identifiers. Contributed by @Conaclos

### GritQL

#### New features

- Added support for custom definitions, including:
- Pattern and predicate definitions: https://docs.grit.io/guides/patterns
- Function definitions: https://docs.grit.io/language/functions#function-definitions

Contributed by @arendjr

#### Bug fixes

- Fixed an issue that caused `contains` queries to report false positives when the matched node
appeared inside a sibling node. Contributed by @arendjr

## v1.9.1 (2024-09-15)

### CLI
Expand Down

0 comments on commit a973c22

Please sign in to comment.