diff options
author | Jon Leighton <j@jonathanleighton.com> | 2012-05-12 04:23:03 -0700 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2012-05-12 04:23:03 -0700 |
commit | 6f2aee3c18e15307fab6a73f9b15bd49e4f63bb0 (patch) | |
tree | 124812d3d15a403747daca025b0430d2bb50e806 /activesupport/CHANGELOG.md | |
parent | 667d0bdd90ef6e6b691f0cc4cf5535b8da69f248 (diff) | |
parent | b8f394f4a381e0b4cefd289df7cf7281bf0f79e9 (diff) | |
download | rails-6f2aee3c18e15307fab6a73f9b15bd49e4f63bb0.tar.gz rails-6f2aee3c18e15307fab6a73f9b15bd49e4f63bb0.tar.bz2 rails-6f2aee3c18e15307fab6a73f9b15bd49e4f63bb0.zip |
Merge pull request #6280 from nashby/private-try
Object#try can't call private methods
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
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* |