aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-25 08:26:29 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-25 08:26:29 +0000
commit948be2c998c9e3e56da742b38bc0ab57b75c8d2d (patch)
tree9b078f37ccefd4c0943c1c0080c5a1a572118d4d /actionpack/CHANGELOG
parent2346f5716f7b08168b74b29e0279d51c51557b08 (diff)
downloadrails-948be2c998c9e3e56da742b38bc0ab57b75c8d2d.tar.gz
rails-948be2c998c9e3e56da742b38bc0ab57b75c8d2d.tar.bz2
rails-948be2c998c9e3e56da742b38bc0ab57b75c8d2d.zip
Added new symbol-driven approach to activating observers with Base#observer [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2326 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index e84b2e4613..d8ba20306d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,8 +1,10 @@
*SVN*
-* Fixed that auto_discovery_link_tag couldn't take a string as the URL
+* Fix open/save dialog in IE not opening files send with send_file/send_data, #2279 [Thomas Fuchs]
-* Fixed problem with send_file and WEBrick using stdout #1812
+* Fixed that auto_discovery_link_tag couldn't take a string as the URL [DHH]
+
+* Fixed problem with send_file and WEBrick using stdout #1812 [DHH]
* Optimized tag_options to not sort keys, which is no longer necessary when assert_dom_equal and friend is available #1995 [skae]