mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
v0.12.6
This commit is contained in:
parent
f2622fe7fb
commit
4c545e5ec4
@ -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
|
||||||
|
|
||||||
|
@ -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/"
|
||||||
|
Loading…
Reference in New Issue
Block a user