Skip to content

Commit 9d76548

Browse files
committed
2.3.5
1 parent f714158 commit 9d76548

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
@@ -10,6 +10,22 @@
1010

1111
### Bug fixes
1212

13+
# 2.3.5 (13 Jun 2024)
14+
15+
### Breaking changes
16+
17+
- Remove default `load_*` implementations in arguments -- this could break calls to `super` if you have redefined this method in subclasses #4978
18+
19+
### Bug fixes
20+
21+
- Enums: fix parsing enum values that match GraphQL keywords (eg `type`, `extend`) #4987
22+
- Consolidate runtime state #4969
23+
- Simplify schema type indexes #4971 #4986
24+
- Remove duplicate when clause #4976
25+
- Address many Ruby warnings #4978
26+
- Remove needless `ruby2_keywords` usage #4989
27+
- Fix some YARD docs #4984
28+
1329
# 2.3.4 (21 May 2024)
1430

1531
### New features

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.3.4"
3+
VERSION = "2.3.5"
44
end

0 commit comments

Comments
 (0)