diff options
author | José Valim <jose.valim@gmail.com> | 2012-02-22 07:55:54 -0800 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2012-02-22 07:55:54 -0800 |
commit | f28d9f15482addeb95ab05545b7a8467a4e0182d (patch) | |
tree | d7fcc8b8ff486b59e3694e8e25b1f9e45be969e1 /activesupport/CHANGELOG.md | |
parent | 157ea763060e90f3aba0ff5af15d5dcb0f0c9c35 (diff) | |
parent | 10bac29b330ddda69102d43b77a1e7dba8741c45 (diff) | |
download | rails-f28d9f15482addeb95ab05545b7a8467a4e0182d.tar.gz rails-f28d9f15482addeb95ab05545b7a8467a4e0182d.tar.bz2 rails-f28d9f15482addeb95ab05545b7a8467a4e0182d.zip |
Merge pull request #5128 from bogdan/deprecate_rescuable
AS::Callbacks: deprecate rescuable option
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 29109ea64d..3ec81e05d6 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* AS::Callbacks: deprecate `:rescuable` option. *Bogdan Gusiev* + * Adds Integer#ordinal to get the ordinal suffix string of an integer. *Tim Gildea* * AS::Callbacks: `:per_key` option is no longer supported |