From cb70f40f55cea2d6efbfaa755d27bb69ffa0225b Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Mon, 25 Nov 2024 16:02:55 +1300 Subject: [PATCH] Update changelog --- packages/query/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index d5a835db1a..70f5ffd04a 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed - WS libarary with support for graphiql (#2600) +- Subscription type from JSON to the correct entity type (#2600) ## [2.16.0] - 2024-11-22 ### Changed