diff options
author | Jamis Buck <jamis@37signals.com> | 2005-06-14 10:30:36 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-06-14 10:30:36 +0000 |
commit | c23b2a4ad3f77222b6bfb219610fca79024ca4e5 (patch) | |
tree | 38c7eafd4577d8a0ff2effe0cc41d2f619292cf0 /actionpack/CHANGELOG | |
parent | bca13f727eb7410857059bab38dc58f81dbde321 (diff) | |
download | rails-c23b2a4ad3f77222b6bfb219610fca79024ca4e5.tar.gz rails-c23b2a4ad3f77222b6bfb219610fca79024ca4e5.tar.bz2 rails-c23b2a4ad3f77222b6bfb219610fca79024ca4e5.zip |
Updated vendor copy of html-scanner lib, for bug fixes and optimizations
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1416 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 bea218be68..fa4944dd08 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Updated vendor copy of html-scanner lib to 0.5.1, for bug fixes and optimizations + * Changed test requests to come from 0.0.0.0 instead of 127.0.0.1 such that they don't trigger debugging screens on exceptions, but instead call rescue_action_in_public * Modernize scaffolding to match the generator: use the new render method and change style from the warty @params["id"] to the sleek params[:id]. #1367 |