From 58a6a246cc8e78e15d083df041aea54d61a6b62a Mon Sep 17 00:00:00 2001 From: eileencodes Date: Sun, 27 Dec 2015 09:58:34 -0500 Subject: Add CHANGELOG entry for #22759 CHANGELOG entry for petabyte and exabyte --- activesupport/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3