diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index cc65341c3b..960ad59ef3 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added --skip-timestamps to generators that produce models #10036 [tpope] + * Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. [sam, madrobby] * Added db:rollback to rollback the schema one version (or multiple as specified by STEP) [Jeffrey Allan Hardy] @@ -25,9 +27,9 @@ databases on localhost. #9753 [Trevor Wennblom] * Removed calls to fixtures in generated tests as fixtures :all is now present by default in test_helper.rb [DHH] - * Add --prefix option to script/server when using mongrel. [dacat] + *2.0.0 [Preview Release]* (September 29th, 2007) [Includes duplicates of changes from 1.1.4 - 1.2.3] * Fixed that installing plugins from SVN repositories that use trunk/ will work #8188 [evan] |