diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-01-08 04:09:24 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-01-08 04:09:24 +0000 |
commit | 10d0fcd4ecdb6c9fc48d95c4ccac1cc7455aa707 (patch) | |
tree | fa14d435aa902a85675c6253ad2f83f91143bdc2 /actionpack/CHANGELOG | |
parent | 0eabcfd85656908b8c13f4704cb60004a1ebe981 (diff) | |
download | rails-10d0fcd4ecdb6c9fc48d95c4ccac1cc7455aa707.tar.gz rails-10d0fcd4ecdb6c9fc48d95c4ccac1cc7455aa707.tar.bz2 rails-10d0fcd4ecdb6c9fc48d95c4ccac1cc7455aa707.zip |
Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. Closes #6941 [Josh Peek]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5874 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 9ecadc4551..a0d2015f20 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Lookup the mime type for #auto_discovery_link_tag in the Mime::Type class. Closes #6941 [Josh Peek] + * Fix bug where nested resources ignore a parent singleton parent's path prefix. Closes #6940 [Dan Kubb] * Fix no method error with error_messages_on. Closes #6935 [nik.wakelin Koz] |