aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-11-08 05:29:44 +0000
committerRick Olson <technoweenie@gmail.com>2007-11-08 05:29:44 +0000
commitf1b1af88b530c101dc4bf6157bbd1f9c39a670d7 (patch)
tree76fc9e3e3ed72d6867ab5408decfd8651f5a49e8 /railties/CHANGELOG
parentc443a6199a9245047f8f4f114b933c785bd3fa55 (diff)
downloadrails-f1b1af88b530c101dc4bf6157bbd1f9c39a670d7.tar.gz
rails-f1b1af88b530c101dc4bf6157bbd1f9c39a670d7.tar.bz2
rails-f1b1af88b530c101dc4bf6157bbd1f9c39a670d7.zip
Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8115 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 960ad59ef3..2ee6fac28e 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. Closes #9795 [lazyatom]
+
* 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]