This commit is contained in:
Vladimir Razuvaev 2018-06-23 11:38:13 +07:00
parent 2540436a2c
commit e9cd1daedb

View File

@ -1,4 +1,9 @@
# Changelog
#### v0.12.1
- Fixed bug in validation rule OverlappingFieldsCanBeMerged (#292)
- Added one more breaking change note in UPGRADE.md (#291)
- Spec compliance: remove `data` entry from response on top-level error (#281)
## v0.12.0
- RFC: Block String (multi-line strings via triple-quote """string""")
- GraphQL Schema SDL: Descriptions as strings (including multi-line)