diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ada00e540..1e141e0e4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## Unreleased +- **Core** + - feat(DQL): add ngram (shingles indexing and search func) (#9463) + +- **GraphQL** + - feat(graphql): add ngram search directive and filter support (#9463) + - **Fixed** - fix(core): fix panic in verifyUniqueWithinMutation when mutation is conditionally pruned (#9450) - fix(query): return full float value in query results (#9492)