Skip to content

Commit 48a7680

Browse files
committed
0.18.11
1 parent 9bbd5e1 commit 48a7680

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@
88

99
### Bug fixes
1010

11+
## 0.18.11 (11 Sep 2016)
12+
13+
### Breaking changes
14+
15+
### Deprecations
16+
17+
### New features
18+
19+
- `GraphQL::Language::Nodes::Document#slice(operation_name)` finds that operation and its dependencies and puts them in a new `Document` #241
20+
21+
### Bug fixes
22+
23+
- Validation errors for non-existent fields have the location of the field usage, not the parent field #247
24+
- Properly `require "forwardable"` #242
25+
- Remove `ALLOWED_CONSTANTS` for boolean input, use a plain comparison #240
26+
1127
## 0.18.10 (9 Sep 2016)
1228

1329
### New features

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module GraphQL
2-
VERSION = "0.18.10"
2+
VERSION = "0.18.11"
33
end

0 commit comments

Comments
 (0)