Add Unreleases section to the Changelog

This commit is contained in:
spawnia 2019-06-10 22:30:25 +02:00
parent 6c82b85e79
commit 692d10c127
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,8 @@
# Changelog # Changelog
## Unreleased
- Add schema validation: Input Objects must not contain non-nullable circular references (#492)
## v0.13.0 ## v0.13.0
This release brings several breaking changes. Please refer to [UPGRADE](UPGRADE.md) document for details. This release brings several breaking changes. Please refer to [UPGRADE](UPGRADE.md) document for details.

View File

@ -10,8 +10,9 @@ For smaller contributions just use this workflow:
* Fork the project. * Fork the project.
* Add your features and or bug fixes. * Add your features and or bug fixes.
* Add tests. Tests are important for us. * Add tests. Tests are important for us.
* Check your changes using `composer check-all` * Check your changes using `composer check-all`.
* Send a pull request * Add an entry to the [Changelog's Unreleases section](CHANGELOG.md#unreleased).
* Send a pull request.
## Setup the Development Environment ## Setup the Development Environment
First, copy the URL of your fork and `git clone` it to your local machine. First, copy the URL of your fork and `git clone` it to your local machine.