Skip to content

Commit

Permalink
2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Jun 13, 2024
1 parent f714158 commit 9d76548
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@

### Bug fixes

# 2.3.5 (13 Jun 2024)

### Breaking changes

- Remove default `load_*` implementations in arguments -- this could break calls to `super` if you have redefined this method in subclasses #4978

### Bug fixes

- Enums: fix parsing enum values that match GraphQL keywords (eg `type`, `extend`) #4987
- Consolidate runtime state #4969
- Simplify schema type indexes #4971 #4986
- Remove duplicate when clause #4976
- Address many Ruby warnings #4978
- Remove needless `ruby2_keywords` usage #4989
- Fix some YARD docs #4984

# 2.3.4 (21 May 2024)

### New features
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.3.4"
VERSION = "2.3.5"
end

0 comments on commit 9d76548

Please sign in to comment.