CHANGELOG.md in exception_handling-2.10.0 vs CHANGELOG.md in exception_handling-2.11.0
- old
+ new
@@ -2,10 +2,17 @@
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.11.0] - 2022-03-29
+### Added
+- Added support for rails 2.7 and 3+
+
+### Removed
+- Removed support for Rails 4
+
## [2.10.0] - 2022-03-09
### Removed
- Remove custom object inspection
This removed Honeybadger-specific callbacks (`lib/exception_handling/honeybadger_callbacks.rb`)
@@ -55,10 +62,10 @@
## [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`
- your logger instance or `include` that mixin into your `Logger` class.
+ your logger instance or `include` that mixin into your `Logger` class.
## [2.4.2] - 2020-05-11
### Added
- Added support for rails 5 and 6.
- Added appraisal tests for all supported rails version: 4/5/6