aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2015-12-27 09:58:34 -0500
committereileencodes <eileencodes@gmail.com>2015-12-27 09:58:34 -0500
commit58a6a246cc8e78e15d083df041aea54d61a6b62a (patch)
tree2725038116ab85fcc9c45d7046f91e34063c754a /activesupport
parent85048e90ab6ff6963919a9d10493b3910cd67b68 (diff)
downloadrails-58a6a246cc8e78e15d083df041aea54d61a6b62a.tar.gz
rails-58a6a246cc8e78e15d083df041aea54d61a6b62a.tar.bz2
rails-58a6a246cc8e78e15d083df041aea54d61a6b62a.zip
Add CHANGELOG entry for #22759
CHANGELOG entry for petabyte and exabyte
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 1ba52444c1..a89b0ecab4 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 5.0.0.beta1 (December 18, 2015) ##
+* Add petabyte and exabyte numberic conversion.
+
+ *Akshay Vishnoi*
+
* 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.