Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Sep 7, 2023
1 parent fd15d0b commit a3c093f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@

- Visitor: legacy-style proc-based visitors are no longer supported #4577 #4583
- Deprecated `GraphQL::Filter` is removed #4325
- Authorization: items loaded in a list are not re-authorized after the list is loaded
- Language::Printer has been re-written to append to a buffer; custom printers will need to be updated #4394

### New features

- Authorized: Items in a list are no longer re-authorized after the list is authorized #3994
- Authorization: Items in a list can skip object-level `.authorized?` checks if the type is configured with `reauthorize_scoped_objects(false)` #3994
- Subscriptions: `unsubscribe(...)` accepts a value to be used to return a result along with unsubscribing #4283
- Language::Printer is much faster #4394

Expand Down

0 comments on commit a3c093f

Please sign in to comment.