mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add CHANGELOG entry for #22759
CHANGELOG entry for petabyte and exabyte
This commit is contained in:
parent
85048e90ab
commit
58a6a246cc
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue