Skip to content

Commit ee0bf0d

Browse files
committed
Add a changelog entry and @mathstuf to the contributors list
1 parent 12fdc7f commit ee0bf0d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3838

3939
- The CLI now supports the `--authorization` flag to pass the contents of an `Authorization` header. Thanks to @h-michael for the [PR](https://github.com/tomhoule/graphql-client/pull/92)!
4040

41+
- Improved some codegen error messages, giving more context. Thank @mathstuf!
42+
4143
### Fixed
4244

4345
- 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!

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ There is an embryonic CLI for downloading schemas - the plan is to make it somet
146146
Warmest thanks to all those who contributed in any way (not only code) to this project:
147147

148148
- Alex Vlasov (@indifferentalex)
149+
- Ben Boeckel (@mathstuf)
149150
- Christian Legnitto (@LegNeato)
150151
- Dirkjan Ochtman (@djc)
151152
- Fausto Nunez Alberro (@brainlessdeveloper)

0 commit comments

Comments
 (0)