aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG5
1 files changed, 1 insertions, 4 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 99502c9c40..3ddaa3b4fb 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,4 +1,4 @@
-*SVN*
+*2.0.0* (December 6th, 2007)
* Add warning to documentation about using transactional fixtures when the code under test uses transactions itself. Closes #7548 [thijsv]
@@ -10,9 +10,6 @@
* Generated fixtures should not specify ids since theyre expected to be foxy fixtures #10330 [jbarnette]
-
-*2.0.0 [RC2]* (November 28th, 2007)
-
* Update to Prototype -r8232. [sam]
* Introduce SecretKeyGenerator for more secure session secrets than CGI::Session's pseudo-random id generator. Consider extracting to Active Support later. #10286 [Hongli Lai]