aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2005-10-29 23:04:10 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2005-10-29 23:04:10 +0000
commiteaf296f8fca7024c8374250ad0ee149a58b1a3ee (patch)
treebdbfc51fbbda3ff75ca6a1d4c5eca1ed3596b5af /railties/CHANGELOG
parent68160b34854f6b886b3cf9fe3045af1d18128747 (diff)
downloadrails-eaf296f8fca7024c8374250ad0ee149a58b1a3ee.tar.gz
rails-eaf296f8fca7024c8374250ad0ee149a58b1a3ee.tar.bz2
rails-eaf296f8fca7024c8374250ad0ee149a58b1a3ee.zip
The *_plugindoc Rake tasks look deeper into the plugins' lib directories. Closes #2652.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2819 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 4329ee9efe..32bd48cbf7 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,6 +1,8 @@
*SVN*
-* The PostgreSQL :db_structure_dump task limits its dump to the schema search path in database.yml. [Anatol Pomozov <anatol.pomozov@gmail.com>]
+* The *_plugindoc Rake tasks look deeper into the plugins' lib directories. #2652 [bellis@deepthought.org]
+
+* The PostgreSQL :db_structure_dump Rake task limits its dump to the schema search path in database.yml. [Anatol Pomozov <anatol.pomozov@gmail.com>]
* Add task to generate rdoc for all installed plugins. [Marcel Molina]