aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-02 21:11:11 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-02 21:11:11 -0200
commit9f200fb296da721d50af53712d1e7998a5140e76 (patch)
treeb54a545c1c2911439bd00c575fbbe54ee4ae94b7 /activesupport/CHANGELOG.md
parentb6aa59368bea3a2fc34e4df17d3c955f0d7fd047 (diff)
downloadrails-9f200fb296da721d50af53712d1e7998a5140e76.tar.gz
rails-9f200fb296da721d50af53712d1e7998a5140e76.tar.bz2
rails-9f200fb296da721d50af53712d1e7998a5140e76.zip
Changelog improvements [ci skip]
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
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*