Skip to content

Commit 96048df

Browse files
committed
Update the changelog
1 parent 27ae522 commit 96048df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
### Added
1111

1212
- Copy documentation from the GraphQL schema to the generated types (including their fields) as normal Rust documentation. Documentation will show up in the generated docs as well as IDEs that support expanding derive macros (which does not include the RLS yet).
13+
- Implement and test deserializing subscription responses. We also try to provide helpful error messages when a subscription query is not valid (i.e. when it has more than one top-level field).
14+
15+
### Fixed
16+
17+
- The generated `ResponseData` structs did not convert between snake and camel case.
1318

1419
## [0.1.0] - 2018-07-04
1520

0 commit comments

Comments
 (0)