aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2006-10-12 21:00:34 +0000
committerMichael Koziarski <michael@koziarski.com>2006-10-12 21:00:34 +0000
commitcb927c8774f98c979b4e0466798d74bdd23a79f2 (patch)
treebda829dea1d17a3f84516fb26593b7435bc60548 /activesupport/CHANGELOG
parent787049467341a75de469b58bcfe84f0959a2c3af (diff)
downloadrails-cb927c8774f98c979b4e0466798d74bdd23a79f2.tar.gz
rails-cb927c8774f98c979b4e0466798d74bdd23a79f2.tar.bz2
rails-cb927c8774f98c979b4e0466798d74bdd23a79f2.zip
Make String#chars slicing behaviour consistent with String. Closes #6387 [Manfred Stienstra]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5286 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 0154a6d601..9cc032fd04 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make String#chars slicing behaviour consistent with String. Closes #6387 [Manfred Stienstra]
+
* Pull in latest multibye patch. Closes #6346 [Manfred Stienstra]
* Add ActiveSupport::Multibyte. Provides String#chars which lets you deal with strings as a sequence of chars, not of bytes. Closes #6242 [Julian Tarkhanov, Manfred Stienstra, Thijs van der Vossen & Jan Behrens]