CHANGELOG.md in exception_handling-2.7.0 vs CHANGELOG.md in exception_handling-2.8.0.pre.1

- old
+ new

@@ -2,9 +2,13 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.8.0] - Unreleased +### Deprecated +- Deprecated Email Escalation Methods: `escalate_to_production_support`, `escalate_error`, `escalate_warning`, `ensure_escalation` + ## [2.7.0] - 2020-10-14 ### Added - Added `LoggingMethods` as a replacement for `Methods` without setting controller or checking for long controller action. ### Deprecated - Deprecated `Methods` in favor of `LoggingMethods`.