diff options
author | wycats <wycats@gmail.com> | 2010-06-29 12:25:13 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-06-29 12:25:13 -0700 |
commit | c1beeb406816736aa76036bb26ad895322876a90 (patch) | |
tree | b53716ee3d27e95401b0785a0f507c10bb359b58 /activesupport | |
parent | b1cc63c10d11af6c2767a4cb79082293b622ff4e (diff) | |
download | rails-c1beeb406816736aa76036bb26ad895322876a90.tar.gz rails-c1beeb406816736aa76036bb26ad895322876a90.tar.bz2 rails-c1beeb406816736aa76036bb26ad895322876a90.zip |
Add CHANGELOG for new deprecation style
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 59ad57ede8..60586cf99a 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,11 @@ *Rails 3.0.0 [Release Candidate] (unreleased)* +* Deprecation behavior is no longer hardcoded to the name of the environment. + Instead, it is set via config.active_support.deprecation and can be one + of :log, :stderr or :notify. :notify is a new style that sends the warning + via ActiveSupport::Notifications, and is the new default for production + [Yehuda Katz] + * Renamed ActiveSupport::Dependecies.load_(once_)paths to autoload_(once_)paths. [fxn] * Added ActiveSupport::FileUpdateChecker to execute a block only if a set of files changed, used by Router and I18n locale files. [José Valim] |