aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorVasiliy Ermolovich <younash@gmail.com>2012-05-12 14:07:21 +0300
committerVasiliy Ermolovich <younash@gmail.com>2012-05-12 14:07:21 +0300
commitb8f394f4a381e0b4cefd289df7cf7281bf0f79e9 (patch)
tree8fc648a496936ff01ac3ff47b200bd489d9725d8 /activesupport/CHANGELOG.md
parent2091e5a65e2950689ad3242d67fdd7b15aa3411b (diff)
downloadrails-b8f394f4a381e0b4cefd289df7cf7281bf0f79e9.tar.gz
rails-b8f394f4a381e0b4cefd289df7cf7281bf0f79e9.tar.bz2
rails-b8f394f4a381e0b4cefd289df7cf7281bf0f79e9.zip
Object#try can't call private methods
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 ef96df9227..fe322b4865 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* `Object#try` can't call private methods . *Vasiliy Ermolovich*
+
* `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*