aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2013-11-30 01:13:18 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2013-12-03 16:10:06 -0800
commit146e95c70d8124775fa15e83110df3237f015deb (patch)
tree195dcfc1cf692b9025db5c2de7fd21cacb3a5e8d /activesupport
parent501acab943cdc3a5ac389cfd9b39dc34d3ca86fb (diff)
downloadrails-146e95c70d8124775fa15e83110df3237f015deb.tar.gz
rails-146e95c70d8124775fa15e83110df3237f015deb.tar.bz2
rails-146e95c70d8124775fa15e83110df3237f015deb.zip
Backfilled CHANGELOG for AS::JSON::Variable removal (6f3e01e8) [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index b63c44fbcb..2cb44d8371 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -366,6 +366,10 @@
*Yves Senn*
+* Removed deprecated `ActiveSupport::JSON::Variable` with no replacement.
+
+ *Toshinori Kajihara*
+
* Raise an error when multiple `included` blocks are defined for a Concern.
The old behavior would silently discard previously defined blocks, running
only the last one.