Skip to content

Commit c064fb8

Browse files
committed
Add upgrade explanation in the CHANGELOG
1 parent 0968100 commit c064fb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
There are a number of breaking new features, read the `Added` section attentively if you are upgrading.
11+
1012
### Added
1113

1214
- (breaking) Control over which types custom scalars deserialize to is given to the user: you now have to provide type aliases for the custom scalars in the scope of the struct under derive.
1315
- (breaking) Support for multi-operations documents. You can select a particular operation by naming the struct under derive after it. In case there is no match, we revert to the current behaviour: select the first operation.
14-
- (breaking) Support arbitrary derives on the generated response types via the `response_derives` option on the `graphql` attribute.
16+
- (breaking) Support arbitrary derives on the generated response types via the `response_derives` option on the `graphql` attribute. If you were relying on the `Debug` impl on generated structs before, you need to add `response_derives = "Debug"` in the `#[graphql()]` attributes in your structs.
1517

1618
### Fixed
1719

0 commit comments

Comments
 (0)