CHANGELOG.md in exception_handling-2.5.0.pre.1 vs CHANGELOG.md in exception_handling-2.5.0.pre.2

- old
+ new

@@ -7,10 +7,14 @@ ## [2.5.0] - Unreleased ### Added - The `**log_context` passed to `log_error`/`log_warning`/`log_info` is now passed into `Honeybadger.notify()`, in `context: { log_context: ... }`. +## [2.4.4] - 2020-08-10 +### Fixed +- `ExceptionHandling.logger = nil` no longer displays an "implicit extend" deprecation warning. + ## [2.4.3] - 2020-05-14 ### Deprecated - In `ExceptionHandling.logger=`, implicit `logger.extend ContextualLogger::LoggerMixin` is now deprecated. This will be removed in version 3.0 and an `ArgumentError` will be raised if the logger doesn't have that mixin. Instead of this implicit behavior, you should explicitly either `extend` @@ -27,9 +31,10 @@ ## [2.4.1] - 2020-04-29 ### Changed - No longer depends on hobo_support. Uses invoca-utils 0.3 instead. -[2.5.0]: https://github.com/Invoca/exception_handling/compare/v2.4.3...v2.5.0 +[2.5.0]: https://github.com/Invoca/exception_handling/compare/v2.4.4...v2.5.0 +[2.4.4]: https://github.com/Invoca/exception_handling/compare/v2.4.3...v2.4.4 [2.4.3]: https://github.com/Invoca/exception_handling/compare/v2.4.2...v2.4.3 [2.4.2]: https://github.com/Invoca/exception_handling/compare/v2.4.1...v2.4.2 [2.4.1]: https://github.com/Invoca/exception_handling/compare/v2.4.0...v2.4.1