aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-01 16:29:11 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-01 16:29:11 +0000
commit250a570c0436c6918101e075388b39e59f1e7246 (patch)
tree63b41e66f842abfdc9ee29873945b2917e456f6b /actionpack/CHANGELOG
parent7ad83b8df2d1b4d4a6ec81903eac48b7248ebd89 (diff)
downloadrails-250a570c0436c6918101e075388b39e59f1e7246.tar.gz
rails-250a570c0436c6918101e075388b39e59f1e7246.tar.bz2
rails-250a570c0436c6918101e075388b39e59f1e7246.zip
Added class declaration for the MissingFile exception #388 [Kent Sibilev]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@297 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 0c65d1041b..f4170fc84f 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added class declaration for the MissingFile exception #388 [Kent Sibilev]
+
* Added "short hypertext note with a hyperlink to the new URI(s)" to redirects to fulfill compliance with RFC 2616 (HTTP/1.1) section 10.3.3 #397 [Tim Bates]
* Added second boolean parameter to Base.redirect_to_url and Response#redirect to control whether the redirect is permanent or not (301 vs 302) #375 [Hodel]