diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-09-30 01:38:22 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-09-30 01:38:22 +0000 |
commit | 3010e30f0ed9407e3d608e8bb4859f09cb52c14e (patch) | |
tree | dcd3e07f73875c512fc7357331cabea6ff755ca8 /actionpack/CHANGELOG | |
parent | 52547f53314a52de14d90befb90f4364d800671e (diff) | |
download | rails-3010e30f0ed9407e3d608e8bb4859f09cb52c14e.tar.gz rails-3010e30f0ed9407e3d608e8bb4859f09cb52c14e.tar.bz2 rails-3010e30f0ed9407e3d608e8bb4859f09cb52c14e.zip |
Fixed some deprecation warnings in ActionPack [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5212 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index cd8b075fd2..6756e271bf 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed some deprecation warnings in ActionPack [Rick Olson] + * assert_select_rjs decodes escaped unicode chars since the Javascript generators encode them. #6240 [japgolly] * Deprecation: @cookies, @headers, @request, @response will be removed after 1.2. Use the corresponding method instead. [Jeremy Kemper] |