Skip to content

Commit 815df07

Browse files
committed
Update the CHANGELOG
1 parent 0deacb2 commit 815df07

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
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616
- (BREAKING) GraphQLQuery does not take a lifetime parameter anymore. This makes it easier to work with futures in async client, since futures expect everything they capture to have the 'static lifetime.
1717

18+
### Fixed
19+
20+
- When using edition 2018, you no longer need to add `#[macro_use] extern crate serde_derive` to your crate for the generated modules to compile (thanks @aergonaut!)
21+
1822
## 0.5.1 (2018-10-07)
1923

2024
### Added

0 commit comments

Comments
 (0)