File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.10.0.pre4 (15 Jan 2020)
12
+
13
+ ### New features
14
+
15
+ - Add tracing events for ` .authorized? ` and ` .resolve_type ` calls #2660
16
+
17
+ ### Bug fixes
18
+
19
+ - Properly coerce a single, non-null item into a single-item list when given as input to a list type #2667 #2668
20
+ - Fix warnings on Ruby 2.7
21
+
11
22
## 1.10.0.pre3 (17 Dec 2019)
12
23
13
24
### Bug fixes
64
75
- Resolver ` loads: ` assign the value to argument ` @loads ` #2364
65
76
- Only integers are accepted for ` Int ` type #2404
66
77
67
- ## 1.9.18 (15 Jan 2019 )
78
+ ## 1.9.18 (15 Jan 2020 )
68
79
69
80
### New features
70
81
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.10.0.pre3 "
3
+ VERSION = "1.10.0.pre4 "
4
4
end
You can’t perform that action at this time.
0 commit comments