From a973c22e8b2b0cf5b369e0c258142bf34e432440 Mon Sep 17 00:00:00 2001 From: "Arend van Beelen jr." Date: Thu, 19 Sep 2024 14:53:33 +0200 Subject: [PATCH] chore: move Grit changes in CHANGELOG (#3991) --- CHANGELOG.md | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dce5d7d64fe3..ca5ced1f1ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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