diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 357e4c3016..96d0ad3b30 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -32,8 +32,8 @@ of `Article.category(true)` where `category` is a singular association. - The force reloading of the association reader was deprecated in - #20888. Unfortunately the suggested alternative of + The force reloading of the association reader was deprecated + in #20888. Unfortunately the suggested alternative of `article.reload.category` does not expose the same behavior. This patch adds a reader method with the prefix `reload_` for