aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-12-06 18:12:48 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-12-06 18:12:48 +0000
commit729741a3fa91fb92a60795a3c9c3e3928723023c (patch)
tree82dcd9f67797eade66c20417cb85c7f09af61d7d /railties/CHANGELOG
parente16ecaf84c05b054a8ec3b776b3223880edda3d4 (diff)
downloadrails-729741a3fa91fb92a60795a3c9c3e3928723023c.tar.gz
rails-729741a3fa91fb92a60795a3c9c3e3928723023c.tar.bz2
rails-729741a3fa91fb92a60795a3c9c3e3928723023c.zip
Preparing for release shortly
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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]