aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-08-28 15:45:14 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2010-08-28 15:45:14 -0700
commit0d0c46abd12bfbe8f42a78fc6f9fee7d96438194 (patch)
tree631cea9d6ff4fab239c6284dc6743e5b588616d0 /railties/CHANGELOG
parent390d285ef67e1868aa0af6e86fa1cd59c32e926d (diff)
downloadrails-0d0c46abd12bfbe8f42a78fc6f9fee7d96438194.tar.gz
rails-0d0c46abd12bfbe8f42a78fc6f9fee7d96438194.tar.bz2
rails-0d0c46abd12bfbe8f42a78fc6f9fee7d96438194.zip
Clean up CHANGELOGs
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG13
1 files changed, 11 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index df6718764e..046b555a89 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,7 +1,16 @@
+*Rails 3.0.0 (unreleased)*
+
+* No changes
+
+
+*Rails 3.0.0 [release candidate 2] (August 23rd, 2010)*
+
+* No changes
+
+
*Rails 3.0.0 [release candidate] (July 26th, 2010)*
-* Application generation: --skip-testunit and --skip-activerecord become --skip-test-unit
- and --skip-active-record respectively. [fxn]
+* Application generation: --skip-testunit and --skip-activerecord become --skip-test-unit and --skip-active-record respectively. [fxn]
* Added console to Rails::Railtie as a hook called just after console starts. [José Valim]