Skip to content

Commit

Permalink
chore: add Grit updates to CHANGELOG (#3989)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Sep 19, 2024
1 parent 41ec03e commit e691358
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,21 @@ 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 e691358

Please sign in to comment.