aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-10-18 15:54:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-10-18 15:54:01 +0000
commitd6f49e4af114a28e48e5c36932d35eeef614d7a0 (patch)
tree62e54f712fd245431c61c114cf37a062297353f8 /railties/CHANGELOG
parent34df379467af9541b2006fb2d5794b1ee4099e82 (diff)
downloadrails-d6f49e4af114a28e48e5c36932d35eeef614d7a0.tar.gz
rails-d6f49e4af114a28e48e5c36932d35eeef614d7a0.tar.bz2
rails-d6f49e4af114a28e48e5c36932d35eeef614d7a0.zip
Fixed incorrect migration number if script/generate executed outside of Rails root (closes #7080) [jeremymcanally]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7963 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 9b00304cb9..6a6561a25c 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed incorrect migration number if script/generate executed outside of Rails root #7080 [jeremymcanally]
+
* Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0. [sam, madrobby]
* Generated fixtures use the actual primary key instead of id. #4343 [Frederick Ros, Tarmo Tänav]