aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2014-09-19 21:26:32 +0930
committerMatthew Draper <matthew@trebex.net>2014-09-19 21:26:32 +0930
commit8b39dfd60f96c639243634108a2d9864be358a4b (patch)
treed0d1b00858243346d4fd5bb249da2d0c59cf8e5b /activesupport/CHANGELOG.md
parentc2dfc316912e780dfd6113e6ab9668128264f111 (diff)
parent1a787ebb7e4366147bf83ed7bb8b362164c841d5 (diff)
downloadrails-8b39dfd60f96c639243634108a2d9864be358a4b.tar.gz
rails-8b39dfd60f96c639243634108a2d9864be358a4b.tar.bz2
rails-8b39dfd60f96c639243634108a2d9864be358a4b.zip
Merge pull request #16964 from Agis-/issue-16956
Make delegation work with the reserved words passed to `:to`
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 8f328335b2..4204057737 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Delegation now works with ruby reserved words passed to `:to` option.
+
+ Fixes #16956.
+
+ *Agis Anastasopoulos*
+
* Added method `#eql?` to `ActiveSupport::Duration`, in addition to `#==`.
Currently, the following returns `false`, contrary to expectation: