From 634f2238422fc1ea48f2f812ecd678fed159ccbc Mon Sep 17 00:00:00 2001 From: nanaya Date: Thu, 1 Dec 2016 14:27:05 +0900 Subject: [PATCH] Fix issue number from becoming markdown header The alternative is escaping it but moving around the text seems a bit simpler. --- activerecord/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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