Skip to content

Commit 1bf60d8

Browse files
authored
Merge pull request #4439 from jaredbeck/restore_lost_changelog_entries_for_1.11
Restore lost CHANGELOG entries for 1.11
2 parents a048682 + 645b96f commit 1bf60d8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,24 @@ Since this version, GraphQL-Ruby is tested on Ruby 2.4+ and Rails 4+ only.
859859

860860
### Bug fixes
861861

862+
# 1.11.10 (5 Nov 2021)
863+
864+
### Bug fixes
865+
866+
- Properly hook up `Schema.max_validation_errors` at query runtime #3690
867+
868+
# 1.11.9 (1 Nov 2021)
869+
870+
### New Features
871+
872+
- `Schema.max_validation_errors(val)` limits the number of errors that can be added during static validation #3675
873+
874+
# 1.11.8 (12 Feb 2021)
875+
876+
### Bug fixes
877+
878+
- Improve performance of `Schema.possible_types(t)` for object types #3172
879+
862880
# 1.11.7 (18 January 2021)
863881

864882
### Breaking changes

0 commit comments

Comments
 (0)