From 069628bd9248734c7c2f88896835d38c68bc869b Mon Sep 17 00:00:00 2001 From: Chris Salzberg Date: Sun, 31 Mar 2024 17:49:48 +0900 Subject: [PATCH] Add changelog entry for #639 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a885d8eb..dcddf169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ - Allow compound foreign keys ([#632](https://github.com/shioyama/mobility/pull/632)), thanks [mival](https://github.com/mival)! +- Fix active model `*_previously_changed?` and active record + `will_save_change_to_*?` and `saved_change_to_*?` dirty methods to accept + kwargs ([#639](https://github.com/shioyama/mobility/pull/639)) thanks + [doits](https://github.com/doits)! ### 1.3.0.rc2