diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2006-09-02 21:13:30 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2006-09-02 21:13:30 +0000 |
commit | 26f28e7cfaa91fa03af7fae15246cd38f917d443 (patch) | |
tree | 8b5bfd51b6457d15d503d40585990688879f1140 /activesupport/CHANGELOG | |
parent | d0696d764189996422c3dea649c388b7685a10e5 (diff) | |
download | rails-26f28e7cfaa91fa03af7fae15246cd38f917d443.tar.gz rails-26f28e7cfaa91fa03af7fae15246cd38f917d443.tar.bz2 rails-26f28e7cfaa91fa03af7fae15246cd38f917d443.zip |
Add ApplicationController special case to Dependencies.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4910 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 98342358ab..b15cdc9aab 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add ApplicationController special case to Dependencies. [Nicholas Seckar] + * Don't pad remaining places with in_groups_of if specified padding value is false. [Marcel Molina Jr.] * Fix cases where empty xml nodes weren't being translated to nil in Hash.create_from_xml [Rick Olson] |