aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-05-31 17:03:03 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-05-31 17:03:03 -0700
commitf9db7695fe3c148c8d1077f1564e5b94d126b83b (patch)
tree3f9d63095f88c0537a0f2e9865833f4010131dda /railties/CHANGELOG
parentef0ea782b1f5cf7b08e74ea3002a16c708f66645 (diff)
downloadrails-f9db7695fe3c148c8d1077f1564e5b94d126b83b.tar.gz
rails-f9db7695fe3c148c8d1077f1564e5b94d126b83b.tar.bz2
rails-f9db7695fe3c148c8d1077f1564e5b94d126b83b.zip
Making ready for release of 2.1
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG8
1 files changed, 1 insertions, 7 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 7f1c6ad747..fe517755ef 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,10 +1,4 @@
-*SVN*
-
-* Consolidate error messages for missing gems, and skip them when running rake gems:* tasks. [rick]
-
-* Use a system command to install gems, since GemRunner exits the ruby process. #210 [Tim Morgan]
-
-*2.1.0 RC1 (May 11th, 2008)*
+*2.1.0 (May 31st, 2008)*
* script/dbconsole fires up the command-line database client. #102 [Steve Purcell]