diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-02 21:11:11 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-01-02 21:11:11 -0200 |
commit | 9f200fb296da721d50af53712d1e7998a5140e76 (patch) | |
tree | b54a545c1c2911439bd00c575fbbe54ee4ae94b7 /activesupport | |
parent | b6aa59368bea3a2fc34e4df17d3c955f0d7fd047 (diff) | |
download | rails-9f200fb296da721d50af53712d1e7998a5140e76.tar.gz rails-9f200fb296da721d50af53712d1e7998a5140e76.tar.bz2 rails-9f200fb296da721d50af53712d1e7998a5140e76.zip |
Changelog improvements [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 535b298778..6917be7efc 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -4,7 +4,7 @@ *Akira Matsuda* -* Introduce assert_not to replace warty 'assert !foo'. *Jeremy Kemper* +* Introduce `assert_not` to replace warty `assert !foo`. *Jeremy Kemper* * Prevent `Callbacks#set_callback` from setting the same callback twice. @@ -15,7 +15,7 @@ *Dmitriy Kiriyenko* -* Add ActiveSupport::Logger#silence that works the same as the old Logger#silence extension. +* Add `ActiveSupport::Logger#silence` that works the same as the old `Logger#silence` extension. *DHH* |