diff --git a/packages/node-core/CHANGELOG.md b/packages/node-core/CHANGELOG.md index 07e899a302..49f716f554 100644 --- a/packages/node-core/CHANGELOG.md +++ b/packages/node-core/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - When using a GET query to retrieve an entity, it will include a “store” field. - Support for historical indexing by timestamp as well as block height (#2584) +- Subscriptions not emitting deleted mutation type with historical (#2600) ### Removed - Support for cockroach DB (#2584) diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index b17ce35ba0..f37e110610 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed - Update the playground to the latest GraphiQL (#2588) +- WS libarary with support for graphiql (#2600) + ### Added - Support for historical indexing by timestamp as well as block height (#2584)