aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-10 14:39:29 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-10 14:39:29 -0300
commit9d6a5b44320bb4655cf7b633668fed1ab8ddcac2 (patch)
tree44cf76e435636bc907934133c07ee89056eafb92 /activesupport
parent4b57bc0c2aaaadfc72f8714b8cd2c88d7e9a7587 (diff)
downloadrails-9d6a5b44320bb4655cf7b633668fed1ab8ddcac2.tar.gz
rails-9d6a5b44320bb4655cf7b633668fed1ab8ddcac2.tar.bz2
rails-9d6a5b44320bb4655cf7b633668fed1ab8ddcac2.zip
Give credits to all the envolved people [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 27d4d54afa..7c666a9b83 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -2,7 +2,7 @@
These characters are legal in JSON but break the Javascript interpreter.
After escaping them, the JSON is still legal and can be parsed by Javascript.
- *Mario Caropreso*
+ *Mario Caropreso + Viktor Kelemen + zackham*
* Fix skipping object callbacks using metadata fetched via callback chain
inspection methods (`_*_callbacks`)