aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-20 05:13:59 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-20 05:13:59 +0000
commitc2bb269cd5c0b2aa42b9206a0994db4e92a24b27 (patch)
tree9d046bae465af48e6d318dc846c1c4d1da01484b /railties/CHANGELOG
parentcd8686b45639365ac3af87ddd82254fdc19ec414 (diff)
downloadrails-c2bb269cd5c0b2aa42b9206a0994db4e92a24b27.tar.gz
rails-c2bb269cd5c0b2aa42b9206a0994db4e92a24b27.tar.bz2
rails-c2bb269cd5c0b2aa42b9206a0994db4e92a24b27.zip
Allows generator to specify migrations directory. References #2960.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3101 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 96f423f1bb..18a138181e 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Introducing the session_migration generator. Creates an add_session_table migration. #2958 [Rick Olson]
+* Introducing the session_migration generator. Creates an add_session_table migration. Allows generator to specify migrations directory. #2958, #2960 [Rick Olson]
* Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse behavior can be obtained by passing false as an argument). [Sam Stephenson]