CHANGELOG.md in exception_handling-2.8.1.pre.1 vs CHANGELOG.md in exception_handling-2.8.1

- old
+ new

@@ -2,10 +2,14 @@ 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.1] - Unreleased +### Added +- If the `log_context` key `honeybadger_grouping:` is set, pass that value to the `controller:` keyword argument of `HoneyBadger.notify`. + ## [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 @@ -54,9 +58,10 @@ ## [2.4.1] - 2020-04-29 ### Changed - No longer depends on hobo_support. Uses invoca-utils 0.3 instead. +[2.8.1]: https://github.com/Invoca/exception_handling/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/Invoca/exception_handling/compare/v2.7.0...v2.8.0 [2.7.0]: https://github.com/Invoca/exception_handling/compare/v2.6.1...v2.7.0 [2.6.1]: https://github.com/Invoca/exception_handling/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/Invoca/exception_handling/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/Invoca/exception_handling/compare/v2.4.4...v2.5.0