aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-02-24 19:01:42 -0500
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-02-24 19:01:42 -0500
commitccb009511685adac1d14d3c1e07dde640d0d7042 (patch)
tree8d548a832cd539935226bdba115e51a3ede61a06 /activesupport
parent389c61780d3e9d7717b8eae11c4981de985681b2 (diff)
downloadrails-ccb009511685adac1d14d3c1e07dde640d0d7042.tar.gz
rails-ccb009511685adac1d14d3c1e07dde640d0d7042.tar.bz2
rails-ccb009511685adac1d14d3c1e07dde640d0d7042.zip
Fix CHANGELOG entry position [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index bad83e0287..428e3fa5e7 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,9 +1,10 @@
-## Rails 5.1.0.beta1 (February 23, 2017) ##
-
* `ActiveSupport::Gzip.decompress` now checks checksum and length in footer.
*Dylan Thacker-Smith*
+
+## Rails 5.1.0.beta1 (February 23, 2017) ##
+
* Cache `ActiveSupport::TimeWithZone#to_datetime` before freezing.
*Adam Rice*