Skip to content

Commit

Permalink
Fix issue number from becoming markdown header
Browse files Browse the repository at this point in the history
The alternative is escaping it but moving around the text seems a bit simpler.
  • Loading branch information
nanaya committed Dec 1, 2016
1 parent 00797f1 commit 634f223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord/CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit 634f223

Please sign in to comment.