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 8bea71c1a2..2182dbc716 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added --sandbox option to script/console that'll roll back all changes made to the database when you quit #672 [bitsweat] + * Added 'recent' as a rake target that'll run tests for files that changed in the last 10 minutes #612 [bitsweat] * Changed script/console to default to development environment and drop --no-inspect #650 [bitsweat] |