We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97b4d2 commit 005864fCopy full SHA for 005864f
CHANGELOG.md
@@ -8,7 +8,17 @@
8
9
### Bug fixes
10
11
-## 1.7.10 (1 Feb 2018)
+## 1.7.11 (13 Feb 2018)
12
+
13
+### Bug fixes
14
15
+- Fix compatibility of `irep_node.typed_children` on leaf nodes #1277
16
17
+## 1.7.10 (13 Feb 2018)
18
19
+### Breaking Changes
20
21
+- Empty selections (`{ }`) are invalid in the GraphQL spec, but were previously allowed by graphql-ruby. They now return a parse error. #1268
22
23
24
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.7.10"
+ VERSION = "1.7.11"
4
end
0 commit comments