mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-23 13:26:04 +03:00
Add Unreleases section to the Changelog
This commit is contained in:
parent
6c82b85e79
commit
692d10c127
@ -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.
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user