aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-10-22 16:34:58 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-10-22 16:34:58 -0700
commit04b40b3debebc24e11a1d9c81ea313125500185b (patch)
tree29ae7c05b9bf7db0c31458884f963a9300849bab /activesupport
parent07b80c128fc8ba4883fd85e14a99c3dd30d598cb (diff)
downloadrails-04b40b3debebc24e11a1d9c81ea313125500185b.tar.gz
rails-04b40b3debebc24e11a1d9c81ea313125500185b.tar.bz2
rails-04b40b3debebc24e11a1d9c81ea313125500185b.zip
Update CHANGELOG and release notes for e98f2a7
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index a935d33686..f9df972929 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -63,7 +63,7 @@
*Guo Xiang Tan*
-* Added instance_eval version to Object#try, so you can do this:
+* Added instance_eval version to Object#try and Object#try!, so you can do this:
person.try { name.first }
@@ -71,7 +71,7 @@
person.try { |person| person.name.first }
- *DHH*
+ *DHH*, *Ari Pollak*
* Fix the `ActiveSupport::Duration#instance_of?` method to return the right
value with the class itself since it was previously delegated to the