aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-28 19:39:17 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-28 19:40:18 -0200
commit68f69ec31e659430036d354ea9834174bdc43d33 (patch)
treef3f4c544705200ebecc8b3beaf79126a223ab0a0 /activesupport
parent3f11253af0c7ad6cd67d44b50a0bca9fa8d69e08 (diff)
downloadrails-68f69ec31e659430036d354ea9834174bdc43d33.tar.gz
rails-68f69ec31e659430036d354ea9834174bdc43d33.tar.bz2
rails-68f69ec31e659430036d354ea9834174bdc43d33.zip
Move AS changelog entry to the top, improve AP changelog a bit
[ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 7c414efd5b..a2e6c62c3e 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Improve `String#squish` to handle Unicode whitespace. *Antoine Lyset*
+
* Standardise on `to_time` returning an instance of `Time` in the local system timezone
across `String`, `Time`, `Date`, `DateTime` and `ActiveSupport::TimeWithZone`.
@@ -399,6 +401,4 @@
* 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.