From 3e14e8dd628549877394fcf134d692f9175e5f8a Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Wed, 27 Sep 2023 23:30:59 +0900 Subject: [PATCH] Add `async_ids` to 7_1_release_notes [ci skip] This PR adds `async_ids` introduced at https://github.com/rails/rails/pull/46503 to 7_1_release_notes. --- guides/source/7_1_release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/source/7_1_release_notes.md b/guides/source/7_1_release_notes.md index 9bef4b544ab79..0c940c4bd9653 100644 --- a/guides/source/7_1_release_notes.md +++ b/guides/source/7_1_release_notes.md @@ -277,6 +277,7 @@ The new API includes the following asynchronous methods: - `async_average` - `async_pluck` - `async_pick` +- `async_ids` - `async_find_by_sql` - `async_count_by_sql`