aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-10-10 18:18:27 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-10-10 18:18:27 +0000
commit5e08c668d264ada2c9f1f4eb354da9aa27f4c279 (patch)
treef827f9c20e95d92eb2e748e38b17e58c15668cd3 /railties/CHANGELOG
parentbbcd508d64e909bff0cd8d969f906e666f87d648 (diff)
downloadrails-5e08c668d264ada2c9f1f4eb354da9aa27f4c279.tar.gz
rails-5e08c668d264ada2c9f1f4eb354da9aa27f4c279.tar.bz2
rails-5e08c668d264ada2c9f1f4eb354da9aa27f4c279.zip
Fixed default 404.html and 500.htmls to remove extreme ugliness and added error language fit for humans [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5279 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 835f652703..62e395e6d5 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed default 404.html and 500.htmls to remove extreme ugliness and include human language [DHH]
+
* Update to latest Prototype and script.aculo.us trunk versions [Thomas Fuchs]
* PostgreSQL: db:test:purge closes open database connections first. #6236 [alex]