diff options
author | Joshua Peek <josh@joshpeek.com> | 2008-07-02 21:38:58 -0500 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2008-07-02 21:38:58 -0500 |
commit | 3b3790a4351ba7c9d2711089c21f24fcedc11fc0 (patch) | |
tree | 5b51c79d8493bcbc42879933af1d3bbb8084f014 /actionpack/CHANGELOG | |
parent | 6c0edef26ee1c0e5f0964cae64c9f48da6daf1fa (diff) | |
download | rails-3b3790a4351ba7c9d2711089c21f24fcedc11fc0.tar.gz rails-3b3790a4351ba7c9d2711089c21f24fcedc11fc0.tar.bz2 rails-3b3790a4351ba7c9d2711089c21f24fcedc11fc0.zip |
Deprecate :use_full_path render option. The supplying the option no longer has an effect.
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 5a5895d9b4..9d64b6f231 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Deprecate :use_full_path render option. The supplying the option no longer has an effect [Josh Peek] + * Add :as option to render a collection of partials with a custom local variable name. #509 [Simon Jefford, Pratik Naik] render :partial => 'other_people', :collection => @people, :as => :person |