5b439f3fc1
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.
9 lines
218 B
Markdown
9 lines
218 B
Markdown
## [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)
|