aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
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*