mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-21 20:36:05 +03:00
v0.12.6
This commit is contained in:
parent
f2622fe7fb
commit
4c545e5ec4
@ -1,4 +1,8 @@
|
||||
# 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
|
||||
- Execution performance optimization for lists
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
"bin-dir": "bin",
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true
|
||||
},
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"GraphQL\\": "src/"
|
||||
|
Loading…
Reference in New Issue
Block a user