aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-22 12:41:34 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-22 12:41:34 +0000
commit6ad1b895f4a7a113ad372ce485ac20c762cc3c2c (patch)
tree2f65df256783d1d1b302bcdde207ccd0e72e7a89 /railties/CHANGELOG
parent4e60fe3ef3474834a9880f3cdd2a47f8efa99bc5 (diff)
downloadrails-6ad1b895f4a7a113ad372ce485ac20c762cc3c2c.tar.gz
rails-6ad1b895f4a7a113ad372ce485ac20c762cc3c2c.tar.bz2
rails-6ad1b895f4a7a113ad372ce485ac20c762cc3c2c.zip
Updated more documentation
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@975 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 b41771ced1..b6bce12607 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*0.11.0* (22th March, 2005)
* Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PATH_INFO #896 [Nicholas Seckar]
@@ -29,6 +29,8 @@
3. Quote the user name and use template0 when dumping so the functions doesn't get dumped too #855 [pburleson]
4. Use the port if available #875 [madrobby]
+* Upgraded to Active Record 1.9.0, Action Pack 1.6.0, Action Mailer 0.8.0, Action Web Service 0.6.1, Active Support 1.0.2
+
*0.10.1* (7th March, 2005)