From 948be2c998c9e3e56da742b38bc0ab57b75c8d2d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 25 Sep 2005 08:26:29 +0000 Subject: 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 --- actionpack/CHANGELOG | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'actionpack/CHANGELOG') 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] -- cgit v1.2.3