Skip to content

Commit c7cc1da

Browse files
authored
Update CHANGELOG.md
1 parent 0384446 commit c7cc1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Features
44

55
- Added async support. ([#2](https://github.com/graphql-rust/juniper/issues/2))
6-
- `Schema::execute()` is now async. Synchronous execution can still be used via `Schema::execute_sync()`.
6+
- `execute()` is now async. Synchronous execution can still be used via `execute_sync()`.
77
- Field resolvers may optionally be declared as `async` and return a future.
88

99
- Added *experimental* support for GraphQL subscriptions. ([#433](https://github.com/graphql-rust/juniper/pull/433))

0 commit comments

Comments
 (0)