We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e99ac3 commit c950d74Copy full SHA for c950d74
juniper/CHANGELOG.md
@@ -1,6 +1,17 @@
1
# master
2
3
-- No changes yet
+- All error types now implement `std::error::Error`:
4
+ - `FieldError`
5
+ - `GraphQLError`
6
+ - `LexerError`
7
+ - `ParseError`
8
+ - `RuleError`
9
+- `impl From<T> for FieldError where T: Display` has been removed in favor of:
10
+ - `impl From<String> for FieldError`
11
+ - `impl From<&str> for FieldError`
12
+ - `FieldError::from_error`
13
+
14
+See [#419](https://github.com/graphql-rust/juniper/pull/419).
15
16
# [[0.13.1] 2019-07-29](https://github.com/graphql-rust/juniper/releases/tag/juniper-0.13.1)
17
0 commit comments