aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-05-10 02:21:03 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-05-10 02:21:03 -0500
commitc1ce4144d1ef5bea3d829167cb52a5abc8d2ef7e (patch)
tree9c1c3df391732e39be9da8c762a7f86f2537ab96 /activesupport/CHANGELOG.md
parent42a14c436c50f8c0ab57ef336e5fab77030107c0 (diff)
downloadrails-c1ce4144d1ef5bea3d829167cb52a5abc8d2ef7e.tar.gz
rails-c1ce4144d1ef5bea3d829167cb52a5abc8d2ef7e.tar.bz2
rails-c1ce4144d1ef5bea3d829167cb52a5abc8d2ef7e.zip
AS::Callbacks#run_callbacks remove key argument
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index c0d780789a..ef96df9227 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* `AS::Callbacks#run_callbacks` remove `key` argument. *Francesco Rodriguez*
+
* `deep_dup` works more expectedly now and duplicates also values in +Hash+ instances and elements in +Array+ instances. *Alexey Gaziev*
* Inflector no longer applies ice -> ouse to words like slice, police, ets *Wes Morgan*