aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-11-13 23:39:52 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-11-13 23:39:52 +0000
commitffc46632189b75daf423452e3715d4c11a73310b (patch)
tree684804d941ea068f0d1b6334eba2d3fd430b46ec /railties/CHANGELOG
parent9318131e053fdfff5e86e33a513bd1e98b74abe6 (diff)
downloadrails-ffc46632189b75daf423452e3715d4c11a73310b.tar.gz
rails-ffc46632189b75daf423452e3715d4c11a73310b.tar.bz2
rails-ffc46632189b75daf423452e3715d4c11a73310b.zip
Update CHANGELOG with more details. References #2842.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3012 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 89aa9568d8..297058acf4 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Eliminate Subversion dependencies in scripts/plugin. Correct install options. Introduce --force option to reinstall a plugin. #2842 [Chad Fowler, Rick Olson]
+* Eliminate Subversion dependencies in scripts/plugin. Correct install options. Introduce --force option to reinstall a plugin. Remove useless --long option for list. Use --quiet to quiet the download output and --revision to update to a specific svn revision. #2842 [Chad Fowler, Rick Olson]
* SQLite: the clone_structure_to_test and purge_test_database Rake tasks should always use the test environment. #2846 [Rick Olson]