aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:07:49 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-10 01:07:49 +0000
commita93fea800f598a752f66dcc3de76a986461af72c (patch)
tree8be4f9c08a911c149f41c10fa0f9c4614ec2305e /activesupport
parentc92c8c0b28b1df88e3cc7e70125538498fee9b69 (diff)
downloadrails-a93fea800f598a752f66dcc3de76a986461af72c.tar.gz
rails-a93fea800f598a752f66dcc3de76a986461af72c.tar.bz2
rails-a93fea800f598a752f66dcc3de76a986461af72c.zip
Update Chu's name in changelogs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8349 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 0f9316c097..54b36d2fd7 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -20,7 +20,7 @@
* Add new superclass_delegating_accessors. Similar to class inheritable attributes but with subtly different semantics. [Koz, tarmo]
-* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [josh, chuyeow, tpope]
+* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [Josh Peek, Chu Yeow, Tim Pope]
* Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theamazingrando]
@@ -71,7 +71,7 @@
* Fixed that La Paz was included in -25200 and -14400 offsets when it should only be in -14400 #9735 [bermi]
-* Fixed JSON encoding to use quoted keys according to the JSON standard #8762 [choonkat/chuyeow]
+* Fixed JSON encoding to use quoted keys according to the JSON standard. #8762 [choonkat, Chu Yeow]
* Alias Object#send to send! for Ruby 1.9 forward compatibility. [Jeremy Kemper]