Skip to content

Commit e6f0868

Browse files
committed
2.6.2
1 parent 4afdf6f commit e6f0868

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010

1111
### Bug fixes
1212

13+
# 2.6.2
14+
15+
### New features
16+
17+
- Use a better error message for end-of-file parse errors #6513
18+
19+
### Bug fixes
20+
21+
- `Execution::Next`: Lots of compatibility improvements and bug fixes #5625 #5618
22+
- Directives: handle errors raised when checking `.include?` #5612
23+
- Improve error message when a field definition is missing at runtime #5615
24+
- JRuby: fix `Dataloader#with` #5616
25+
- DetailedTrace: fix introspection with anonymous classes #5624
26+
1327
# 2.6.1
1428

1529
### Bug fixes

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.6.1"
3+
VERSION = "2.6.2"
44
end

0 commit comments

Comments
 (0)