Update CHANGELOG.md
Updated changelog with preliminary info about project restructure and custom derives.
This commit is contained in:
parent
2ffa31bbc0
commit
714af0148c
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,16 @@
|
||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
The repository was restructured to a multi crate workspace to enable several new features like custom_derive and an extracted parser.
|
||||||
|
|
||||||
|
### New features
|
||||||
|
|
||||||
|
* New juniper_codegen crate which provides custom derives:
|
||||||
|
* `#[derive(GraphQLInputObject)]`
|
||||||
|
* `#[derive(GraphQLEnum)]`
|
||||||
|
|
||||||
## [0.8.1] – 2017-06-15
|
## [0.8.1] – 2017-06-15
|
||||||
|
|
||||||
Tiny release to fix broken crate metadata on crates.io.
|
Tiny release to fix broken crate metadata on crates.io.
|
||||||
|
|
Loading…
Reference in a new issue