diff options
-rw-r--r-- | activesupport/CHANGELOG.md | 11 |
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. |