diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2014-05-31 19:08:49 +0200 |
---|---|---|
committer | Robin Dupret <robin.dupret@gmail.com> | 2014-05-31 19:08:49 +0200 |
commit | b1867187d46eb82763242818af52cd452fdff5fe (patch) | |
tree | 5a7f8b4c8d1213bbfd439cd949121e4b4759ab33 /activesupport | |
parent | b73dd6280022038006063f7dd21a143253eb32ae (diff) | |
download | rails-b1867187d46eb82763242818af52cd452fdff5fe.tar.gz rails-b1867187d46eb82763242818af52cd452fdff5fe.tar.bz2 rails-b1867187d46eb82763242818af52cd452fdff5fe.zip |
Tiny formatting fix in AS change log [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 68bfc8062b..38ec3c0753 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -2,10 +2,10 @@ Replacements: - 5.ago => 5.seconds.ago - 5.until => 5.seconds.until - 5.since => 5.seconds.since - 5.from_now => 5.seconds.from_now + 5.ago => 5.seconds.ago + 5.until => 5.seconds.until + 5.since => 5.seconds.since + 5.from_now => 5.seconds.from_now See #12389 for the history and rationale behind this. |