aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 01:13:15 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 01:13:15 +0000
commitddcc400293f0857d48b0fec9a5ec8ac70f9043c5 (patch)
treeabecece1bb0ba5a3d8a2e6a138bab65a61445b65 /railties/CHANGELOG
parent9577f0f57c6ad60e82d1ec07d528186918c4a66e (diff)
downloadrails-ddcc400293f0857d48b0fec9a5ec8ac70f9043c5.tar.gz
rails-ddcc400293f0857d48b0fec9a5ec8ac70f9043c5.tar.bz2
rails-ddcc400293f0857d48b0fec9a5ec8ac70f9043c5.zip
Made ready for release of 0.9.4
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@439 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 98065015cb..6ece5cece4 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*0.9.4* (January 17th, 2005)
* Added that ApplicationController will catch a ControllerNotFound exception if someone attempts to access a url pointing to an unexisting controller [Tobias Luetke]
@@ -21,6 +21,8 @@
* Removed Fancy Indexing as a default option on the WEBrick servlet as it made it harder to use various caching schemes
+* Upgraded to Active Record 1.5, Action Pack 1.3, Action Mailer 0.6
+
*0.9.3* (January 4th, 2005)