From dcc68fa443ab347441a4071bf2154372b08fe6c2 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 7 Sep 2012 11:11:00 -0300 Subject: [PATCH] Fix Active Support changelog formatting [ci skip] --- activesupport/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 4f8dd20bd4..47280c3dc8 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -43,8 +43,8 @@ *Carlos Antonio da Silva* -* ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and - #encode_json methods for custom JSON string literals. +* `ActiveSupport::JSON::Variable` is deprecated. Define your own `#as_json` and + `#encode_json` methods for custom JSON string literals. *Erich Menge*