aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-06 18:57:19 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-06 18:57:19 +0000
commit699da7001b9e3d35c282ab3eb5371ba668bdeaa3 (patch)
treefa7000dedc893ebd54b0fdce07857f3946789f9d /railties/CHANGELOG
parentee6232e6077b8178adf04626c0797594a673dcc2 (diff)
downloadrails-699da7001b9e3d35c282ab3eb5371ba668bdeaa3.tar.gz
rails-699da7001b9e3d35c282ab3eb5371ba668bdeaa3.tar.bz2
rails-699da7001b9e3d35c282ab3eb5371ba668bdeaa3.zip
The test task stops with a warning if you have pending migrations. Closes #10377.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8324 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 3ddaa3b4fb..060e195831 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*2.0.0* (December 6th, 2007)
+* The test task stops with a warning if you have pending migrations. #10377 [Josh Knowles]
+
* Add warning to documentation about using transactional fixtures when the code under test uses transactions itself. Closes #7548 [thijsv]
* Update Prototype to 1.6.0.1. [sam]