Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: subquery/subql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a43107055dc878f941d9e3d146e4d2f52277521f
Choose a base ref
..
head repository: subquery/subql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 17e23813bf47595bba5d639e856c5910f9733821
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 packages/query/CHANGELOG.md
2 changes: 1 addition & 1 deletion packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Fixed
- Subscriptions `_entity` field now includes camel cased properties (#2626)
- Subscriptions `_entity` field now returns all properties (#2626)

## [2.19.0] - 2024-12-11
### Added