aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-11-05 12:02:54 -0700
committerXavier Noria <fxn@hashref.com>2011-11-05 12:02:54 -0700
commitd287e90870a9832c9d7e9d222881d3a6102bd04d (patch)
tree821bf391b755f8aaf624e72562674d4414350eb9 /activesupport/CHANGELOG.md
parentb33232f1b2c3f92c7116adc4b4879a8afc07e70c (diff)
downloadrails-d287e90870a9832c9d7e9d222881d3a6102bd04d.tar.gz
rails-d287e90870a9832c9d7e9d222881d3a6102bd04d.tar.bz2
rails-d287e90870a9832c9d7e9d222881d3a6102bd04d.zip
implements AS::Notifications.subscribed, which provides subscriptions to events while a block runs
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 ad3828d5e8..e03bfdee92 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.0 (unreleased) ##
+* ActiveSupport::Notifications.subscribed provides subscriptions to events while a block runs. *fxn*
+
* Module#qualified_const_(defined?|get|set) are analogous to the corresponding methods
in the standard API, but accept qualified constant names. *fxn*