aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-30 22:53:27 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-30 22:53:27 +0000
commit00cecf83b5a3303d9b879746fdcc3405cf834974 (patch)
tree31e5cf1b319365ebd31e6bc8e9a5e0f56add1274 /railties/CHANGELOG
parent7275d2749cb829d89bffe7e6aa87c99084351f6a (diff)
downloadrails-00cecf83b5a3303d9b879746fdcc3405cf834974.tar.gz
rails-00cecf83b5a3303d9b879746fdcc3405cf834974.tar.bz2
rails-00cecf83b5a3303d9b879746fdcc3405cf834974.zip
Fixed that installing plugins from SVN repositories that use trunk/ will work (closes #8188) [evan]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7698 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 0a26159fbf..3f24ca8a01 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*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]
+
* Moved the SourceAnnotationExtractor to a separate file in case libraries try to load the rails rake tasks twice. [Rick]
* Moved Dispatcher to ActionController::Dispatcher. [Jeremy Kemper]