diff options
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 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* |