aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-12-21 11:25:08 +0100
committerYves Senn <yves.senn@gmail.com>2015-12-21 11:25:08 +0100
commitfb3e1a6bc50f0c66541871bea8aa0366cc70f781 (patch)
treee43e48bf63a422812062bbe6ecd2500ca2c02b70 /activesupport
parente65680ee746877c9c028658c6e3c8f684c857bc9 (diff)
parentc5b6ec7b0f99e37adde9f8f8e3c3cbcc43b22b05 (diff)
downloadrails-fb3e1a6bc50f0c66541871bea8aa0366cc70f781.tar.gz
rails-fb3e1a6bc50f0c66541871bea8aa0366cc70f781.tar.bz2
rails-fb3e1a6bc50f0c66541871bea8aa0366cc70f781.zip
Merge pull request #22718 from gsamokovarov/fix-changelogs
No more no changes entries in the CHANGELOGs [ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 2656d3f113..1f459a843d 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,8 +1,5 @@
## Rails 5.0.0.beta1 (December 18, 2015) ##
-* No changes.
-
-
* 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.