diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-09-24 23:00:42 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-09-24 23:00:42 +0000 |
commit | 8e78a4542e80a2d8d593547ecf8021b0e2902a0d (patch) | |
tree | 2a67622da0f95e8465c95c29b5cdb22d91e467eb /activesupport/CHANGELOG | |
parent | eca3b790b5aaa92cc563dfed095feffda150c09e (diff) | |
download | rails-8e78a4542e80a2d8d593547ecf8021b0e2902a0d.tar.gz rails-8e78a4542e80a2d8d593547ecf8021b0e2902a0d.tar.bz2 rails-8e78a4542e80a2d8d593547ecf8021b0e2902a0d.zip |
Object#instance_exec produces fewer garbage methods.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7621 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 220617fefd..9155e3cf27 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Object#instance_exec produces fewer garbage methods. [Mauricio Fernandez] + * Decode json strings as Dates/Times if they're using a YAML-compatible format. Closes #9614 [Rick] * Fixed cache_page to use the request url instead of the routing options when picking a save path #8614 [josh] |