Skip to content

Commit 0d5678c

Browse files
authored
Merge pull request #196 from graphql-rust/changelog-update-cli
Update CHANGELOG.md
2 parents de9ba63 + 7cd49fd commit 0d5678c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4949

5050
- (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.
5151
- (BREAKING) Removed the `Rust` prefix on the name of generated items.
52+
- (BREAKING) If you don't set `--selected-operation` options with `graphql-client generate`, the cli generate all queries in query file.
5253

5354
### Fixed
5455

0 commit comments

Comments
 (0)