From 0e005fbdbf1ba077d97f70a204505aec7114e92b Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Mon, 6 May 2024 13:29:56 +0900 Subject: [PATCH] Add changelog entry for PostgreSQL `Cidr#change?` behavior change Follow up #51633 Co-authored-by: Taketo Takashima --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 9af08693c77e..4e83968fe67c 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* PostgreSQL `Cidr#change?` detects the address prefix change. + + *Taketo Takashima* + * Change `BatchEnumerator#destroy_all` to return the total number of affected rows. Previously, it always returned `nil`.