aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2017-03-22 19:27:46 -0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2017-03-22 19:28:01 -0400
commit25473baf409185638073fe2f016f4b9dda284e50 (patch)
tree49181f9e0ab34ada3ada7782d1150c77bfa33cf0 /activesupport
parentccab1b2dbe8b4a21b99dedeab70da85a58e419af (diff)
downloadrails-25473baf409185638073fe2f016f4b9dda284e50.tar.gz
rails-25473baf409185638073fe2f016f4b9dda284e50.tar.bz2
rails-25473baf409185638073fe2f016f4b9dda284e50.zip
No need to have an entry that was included in 5.1 in 5.2
[ci skip]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/CHANGELOG.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 1f4300bc6e..55bea9b30b 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,13 +1,2 @@
-* Add ActiveSupport::Deprecation::DeprecatedConstantAccessor
-
- Provides transparent deprecation of constants, compatible with exceptions.
- Example usage:
-
- module Example
- include ActiveSupport::Deprecation::DeprecatedConstantAccessor
- deprecate_constant 'OldException', 'Elsewhere::NewException'
- end
-
- *Dominic Cleal*
Please check [5-1-stable](https://github.com/rails/rails/blob/5-1-stable/activesupport/CHANGELOG.md) for previous changes.