aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-28 13:57:07 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-28 13:58:51 -0800
commitbd852603a18a3a9d20597382a97f9b0f5bb0fc94 (patch)
tree00c6d3415b4a90e3700a21bf73aafb88cc7e9936 /activesupport/CHANGELOG.md
parent27b79f4c911fdfce186086cfaa6646f1c2083aa0 (diff)
downloadrails-bd852603a18a3a9d20597382a97f9b0f5bb0fc94.tar.gz
rails-bd852603a18a3a9d20597382a97f9b0f5bb0fc94.tar.bz2
rails-bd852603a18a3a9d20597382a97f9b0f5bb0fc94.zip
Simplify String#mb_chars and stop proxying #class
This behavior mattered under Ruby 1.8, but that doesn't matter now that we don't support it. In addition, we don't want to proxy the #class method. A test was added to prevent against regressions.
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 504ebcb2fe..8ef9ffb8db 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* No longer proxy ActiveSupport::Multibyte#class. *Steve Klabnik*
+
* Deprecate `ActiveSupport::TestCase#pending` method, use `skip` from MiniTest instead. *Carlos Antonio da Silva*
* `XmlMini.with_backend` now may be safely used with threads: