aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorAntoine Lyset <antoinelyset+github@gmail.com>2013-01-22 22:44:53 +0100
committerAntoine Lyset <antoinelyset+github@gmail.com>2013-01-22 22:46:11 +0100
commitb5245da94a7c7667b57bb2184fa9aa7beb998da6 (patch)
treec0753bc982839bebe38e19afdede45f89051fdff /activesupport/CHANGELOG.md
parente35d0a6112a73a05fc886b49b6df6ef26d2e3368 (diff)
downloadrails-b5245da94a7c7667b57bb2184fa9aa7beb998da6.tar.gz
rails-b5245da94a7c7667b57bb2184fa9aa7beb998da6.tar.bz2
rails-b5245da94a7c7667b57bb2184fa9aa7beb998da6.zip
Improve String#squish whitespaces matching
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 72f28aefc7..7c414efd5b 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -399,4 +399,6 @@
* Optimize log subscribers to check log level before doing any processing. *Brian Durand*
+* Improve String#squish to handle Unicode whitespace. *Antoine Lyset*
+
Please check [3-2-stable](https://github.com/rails/rails/blob/3-2-stable/activesupport/CHANGELOG.md) for previous changes.