Skip to content

Commit 3f27379

Browse files
committed
Add missing changelog entries
1 parent f3c53f6 commit 3f27379

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5050

5151
- For several classes of items that we generate, we only generate those that are actually used by the query. This way, you do not need to define mappings for _every_ scalar in the schema you are querying - even for small queries - anymore. This also improves compile times a lot in some scenarios. (#116 - thanks @mathstuf!)
5252

53+
- `GraphQLError` now implements the `Display` trait.
54+
5355
### Fixed
5456

5557
- Handle all Rust keywords as field names in codegen by appending `_` to the generated names, so a field called `type` in a GraphQL query will become a `type_` field in the generated struct. Thanks to @scrogson!
5658

5759
- [Some error message improvements](https://github.com/tomhoule/graphql-client/pull/100).
5860

61+
- The `operationName` field is now correctly set on request bodies.
62+
5963
## [0.4.0] - 2018-08-23
6064

6165
There are a number of breaking changes due to the new features, read the `Added` section attentively if you are upgrading.

0 commit comments

Comments
 (0)