Update CHANGELOG.md

Updated changelog with preliminary info about project restructure and custom derives.
This commit is contained in:
theduke 2017-07-29 02:05:54 +02:00 committed by GitHub
parent 2ffa31bbc0
commit 714af0148c

View file

@ -1,6 +1,16 @@
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
Tiny release to fix broken crate metadata on crates.io.