Skip to content

Commit e5528d1

Browse files
committed
Add changelog entry
1 parent c9faa34 commit e5528d1

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
# Changelog
2+
3+
## Unreleased
4+
- Add schema validation: Input Objects must not contain non-nullable circular references (https://github.com/webonyx/graphql-php/pull/492)
5+
6+
#### v0.13.4
7+
- Force int when setting max query depth (https://github.com/webonyx/graphql-php/pull/477)
8+
9+
#### v0.13.3
10+
- Reverted minor possible breaking change (https://github.com/webonyx/graphql-php/pull/476)
11+
12+
#### v0.13.2
13+
- Added QueryPlan support (https://github.com/webonyx/graphql-php/pull/436)
14+
- Fixed an issue with NodeList iteration over missing keys (https://github.com/webonyx/graphql-php/pull/475)
15+
16+
#### v0.13.1
17+
- Better validation of field/directive arguments
18+
- Support for Apollo-style client/server persisted queries
19+
- Minor tweaks and fixes
20+
221
## v0.13.0
322
This release brings several breaking changes. Please refer to [UPGRADE](UPGRADE.md) document for details.
423

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ For smaller contributions just use this workflow:
1010
* Fork the project.
1111
* Add your features and or bug fixes.
1212
* Add tests. Tests are important for us.
13-
* Check your changes using `composer check-all`
14-
* Send a pull request
13+
* Check your changes using `composer check-all`.
14+
* Add an entry to the [Changelog](CHANGELOG.md).
15+
* Send a pull request.
1516

1617
## Setup the Development Environment
1718
First, copy the URL of your fork and `git clone` it to your local machine.

0 commit comments

Comments
 (0)