Skip to content

Commit 536ec2e

Browse files
committed
Update the CHANGELOG
1 parent a5f274b commit 536ec2e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
### Added
11+
12+
- If there is no `schema` declaration in a schema, the root types will be matched by name (`Query`, `Mutation` and `Subscription`).
13+
14+
### Changed
15+
16+
- Enums now always derive PartialEq and Eq by default
17+
18+
### Fixed
19+
20+
- Code generation for fragments on unions was fixed
21+
- Support for recursive fragments and input types
22+
- The graphql-parser dependency version is no longer pinned
23+
1024
## 0.6.0 (2018-12-30)
1125

1226
### Added

0 commit comments

Comments
 (0)