aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-02-16 00:02:30 +0000
committerMichael Koziarski <michael@koziarski.com>2008-02-16 00:02:30 +0000
commit4ff26f51f61f9bf7d0bb34557e72c1280ee4f859 (patch)
tree9ce2f97947ecc132937a26c517df4594379a9179 /activesupport/CHANGELOG
parent191ffc94568ca22885eac7001cae7fef452dcfdd (diff)
downloadrails-4ff26f51f61f9bf7d0bb34557e72c1280ee4f859.tar.gz
rails-4ff26f51f61f9bf7d0bb34557e72c1280ee4f859.tar.bz2
rails-4ff26f51f61f9bf7d0bb34557e72c1280ee4f859.zip
Add String#squish and String#squish! to remove consecutive chunks of whitespace. Closes #11123 [jordi, Henrik N]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8878 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 468285ec43..d1ad138f50 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add String#squish and String#squish! to remove consecutive chunks of whitespace. #11123 [jordi, Henrik N]
+
* Serialize BigDecimals as Floats when using to_yaml. #8746 [ernesto.jimenez]
* Adding TimeWithZone #to_yaml, #to_datetime, #eql? and method aliases for duck-typing compatibility with Time [Geoff Buesing]