aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-01-03 11:05:45 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-01-03 11:11:07 +0900
commit7c39328efe1c44b04d5140a186cde60688bcbd1b (patch)
treed7dbb1e9cc6cdf50579bfbfbd4024dccf1216e26 /activesupport
parent585cf30c0f672e4cf5ca2f15fb863cadb5b98609 (diff)
downloadrails-7c39328efe1c44b04d5140a186cde60688bcbd1b.tar.gz
rails-7c39328efe1c44b04d5140a186cde60688bcbd1b.tar.bz2
rails-7c39328efe1c44b04d5140a186cde60688bcbd1b.zip
move CHANGELOG entry to the appropriate position [ci skip]
petabyte and exabyte numeric conversion has been added after the 5.0.0.beta1 release. ref: 85048e90ab6ff6963919a9d10493b3910cd67b68
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index fe20094929..ba696374b5 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -8,13 +8,12 @@
*Adam Roben*
-
-## Rails 5.0.0.beta1 (December 18, 2015) ##
-
* Add petabyte and exabyte numeric conversion.
*Akshay Vishnoi*
+## Rails 5.0.0.beta1 (December 18, 2015) ##
+
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring class and module variables that live per-thread.
This makes it easy to declare per-thread globals that are encapsulated. Note: This is a sharp edge. A wild proliferation
of globals is A Bad Thing. But like other sharp tools, when it's right, it's right.