Skip to content

Commit 4e2c231

Browse files
committed
Update changelog
1 parent ce8762f commit 4e2c231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
1515
- Internal refactoring of input parsing. Shouldn't be a breaking change but should provide better error messages.
1616
- Internal refactoring of code generation. Use visitor trait for `CodeGenPass`.
1717
- Implement common traits for generated scalar types.
18+
- Special case scalars `Date`, `DateTime`, `Uuid`, and `Url` no longer support descriptions in the GraphQL schema. See [#69](https://github.com/davidpdrsn/juniper-from-schema/pull/69) for more details.
1819

1920
### Removed
2021

2122
N/A
2223

2324
### Fixed
2425

25-
N/A
26+
- Fix support for special case [`Uuid`](https://crates.io/crates/uuid) and [`Url`](https://crates.io/crates/url) scalars. [#69](https://github.com/davidpdrsn/juniper-from-schema/pull/69)
2627

2728
## [0.3.0] - 2019-06-18
2829

0 commit comments

Comments
 (0)