diff options
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index ea92fa04b3..09a5e9fb2f 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added rake db:version to get the current schema version from the command line #7521 [pelargir] + * Fixed the placement of fixture files for nested models when generating through script/generate model #7547 [jkit] * Added TEMPLATE option to rake doc:app to set a custom output template #7737 [Jakob S] |