From 3d2ae3d8e91ea8f82447025301dd4ec25075ca4c Mon Sep 17 00:00:00 2001 From: Jordan Owens Date: Mon, 9 Dec 2024 21:56:19 -0500 Subject: [PATCH] Update changelog for 2.0.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1f42b2..cd9d5743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## Unreleased +## Changes in 2.0.0 ### Breaking Changes * Fix `recursive_on_duplicate_key_update` doesn't work with non-standard - association name. The documentation for the + association name. Thanks to @jacob-carlborg-apoex via \#852. The documentation for the `:recursive_on_duplicate_key_update` option specifies that the hash key is the association name. But previously the name of associated table was used to look up the options. Now the behavior matches the documentation and the name