This commit is contained in:
Vladimir Razuvaev 2018-09-02 21:59:54 +07:00
parent f2622fe7fb
commit 4c545e5ec4
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# Changelog # Changelog
#### v0.12.6
- Bugfix: Call to a member function getLocation() on null (#336)
- Fixed several errors discovered by static analysis (#329)
#### v0.12.5 #### v0.12.5
- Execution performance optimization for lists - Execution performance optimization for lists

View File

@ -21,7 +21,7 @@
"bin-dir": "bin", "bin-dir": "bin",
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true "sort-packages": true
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"GraphQL\\": "src/" "GraphQL\\": "src/"