aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorVladimir Yarotsky <vladimir.yarotsky@gmail.com>2014-05-19 22:53:55 -0700
committerVladimir Yarotsky <vladimir.yarotsky@gmail.com>2014-05-20 08:10:40 -0700
commit6cc5a86a54b8eef361e65c871204099e3afcbba7 (patch)
tree33f66e1c00cc2941596a80c151e37adb42c215f9 /activesupport/CHANGELOG.md
parentdc2e3ea8c41677cdb0177a74f11a08eccc5f3554 (diff)
downloadrails-6cc5a86a54b8eef361e65c871204099e3afcbba7.tar.gz
rails-6cc5a86a54b8eef361e65c871204099e3afcbba7.tar.bz2
rails-6cc5a86a54b8eef361e65c871204099e3afcbba7.zip
Fix confusing exception in ActiveSupport delegation
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 79133c7a40..237d1d71ae 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Fixed confusing `DelegationError` in `Module#delegate`.
+
+ See #15186.
+
+ *Vladimir Yarotsky*
+
* Fixed `ActiveSupport::Subscriber` so that no duplicate subscriber is created
when a subscriber method is redefined.