Add a master changelog
This makes it so people using git dependencies know what has changed. It also gives a spot to make a running changelog so when we do a release we can just copy and paste.
This commit is contained in:
parent
b1543f480a
commit
5b439f3fc1
2 changed files with 21 additions and 0 deletions
9
changelog/master.md
Normal file
9
changelog/master.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
## [master]
|
||||
|
||||
## Changes
|
||||
|
||||
### `__typename` for unions
|
||||
|
||||
The [`__typename`](http://graphql.org/learn/queries/#meta-fields) query meta-field now works on unions.
|
||||
|
||||
[#112](https://github.com/graphql-rust/juniper/issues/112)
|
12
juniper_rocket/changelog/master.md
Normal file
12
juniper_rocket/changelog/master.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
## [master]
|
||||
|
||||
## Changes
|
||||
|
||||
### Rocket updated to `0.3.6`
|
||||
|
||||
* [Rocket](https://rocket.rs) integration now requires Rocket `0.3.6` to
|
||||
support building with recent Rust nightlies.
|
||||
|
||||
Additional information and supported nightly versions can be found in [Rocket's changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md#version-036-jan-12-2018).
|
||||
|
||||
[#125](https://github.com/graphql-rust/juniper/issues/125)
|
Loading…
Reference in a new issue