diff options
author | Michael Koziarski <michael@koziarski.com> | 2007-09-03 00:18:49 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2007-09-03 00:18:49 +0000 |
commit | 109bf67f3fa998b661e46785ee4a2b8fec1479df (patch) | |
tree | 854a9f8fbf32f984862612fd0ff11fd7df673959 /actionpack | |
parent | f81dae3fca46c43d1fb6e4cb40734ef35623a72e (diff) | |
download | rails-109bf67f3fa998b661e46785ee4a2b8fec1479df.tar.gz rails-109bf67f3fa998b661e46785ee4a2b8fec1479df.tar.bz2 rails-109bf67f3fa998b661e46785ee4a2b8fec1479df.zip |
Add missing changelog entry
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7404 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 0d679f93e2..97c16a7e25 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make render :partial work with a :collection of Hashes, previously this wasn't possible due to backwards compatibility restrictions. [lifofifo] + * request.host works with IPv6 addresses. #9458 [yuya] * Fix bug where action caching sets the content type to the ActionCachePath object. Closes #9282 [mindforge] |