Skip to content

Commit 4385539

Browse files
committed
Update changelog
1 parent 38751fa commit 4385539

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

juniper/CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# master
22

3-
- No changes yet
3+
- 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).
415

516
# [[0.14.1] 2019-10-24](https://github.com/graphql-rust/juniper/releases/tag/juniper-0.14.1)
617

0 commit comments

Comments
 (0)