Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Merge pull request #330 from digiaonline/release/1.0.2
Browse files Browse the repository at this point in the history
Update the CHANGELOG for v1.0.2
  • Loading branch information
Jalle19 authored Nov 8, 2018
2 parents 94f4882 + 0d5f9df commit 7e8a660
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 1.0.2

* Expanded the README table of contents somewhat ([#329](https://github.com/digiaonline/graphql-php/pull/329))
* Don't validate the schema again while validating the query against it ([#328](https://github.com/digiaonline/graphql-php/pull/328))
* Fix some incorrect type-hints in `ExecutionResult` ([#327](https://github.com/digiaonline/graphql-php/pull/327))
* Fix resolver example in the README ([#313](https://github.com/digiaonline/graphql-php/pull/313))

## 1.0.1

* Fix a bug where you could not use `false` as value for `Boolean!` input types ([#311](https://github.com/digiaonline/graphql-php/pull/311))
Expand Down

0 comments on commit 7e8a660

Please sign in to comment.