aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:16:41 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:16:41 +0000
commit99fca6330d510ca83ca5abf6cd5812d518634129 (patch)
treee79cd451e92f635d524491b84bc2fbd282ad22a9 /railties/CHANGELOG
parentd9168fd20649bfaf9e44aa050bd23f9052c8e84a (diff)
downloadrails-99fca6330d510ca83ca5abf6cd5812d518634129.tar.gz
rails-99fca6330d510ca83ca5abf6cd5812d518634129.tar.bz2
rails-99fca6330d510ca83ca5abf6cd5812d518634129.zip
Marked for release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@796 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG8
1 files changed, 7 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 678d5cd928..de4b41bc0d 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*0.10.0* (24th February, 2005)
* Changed default IP binding for WEBrick from 127.0.0.1 to 0.0.0.0 so that the server is accessible both locally and remotely #696 [Marcel]
@@ -37,6 +37,12 @@
* Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat]
+* Added Action Web Service as a new add-on framework for Action Pack [Leon Bredt]
+
+* Added Active Support as an independent utility and standard library extension bundle
+
+* Upgraded to Active Record 1.7.0, Action Pack 1.5.0, Action Mailer 0.7.0
+
*0.9.5* (January 25th, 2005)