diff --git a/CHANGELOG.md b/CHANGELOG.md index ad79658..f2f9dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v7.8.0 (2023-09-19)](https://github.com/nunomaduro/collision/compare/v7.7.0...v7.8.0) +### Added +- `dontReportDuplicates` support to exception handler in Laravel + +### Fixed +- `reportable` return type to exception handler in Laravel +- `renderable` return type to exception handler in Laravel + ## [v7.7.0 (2023-06-29)](https://github.com/nunomaduro/collision/compare/v7.6.0...v7.7.0) ### Added -- reportable support to exception handler in Laravel -- renderable support to exception handler in Laravel +- `reportable` support to exception handler in Laravel +- `renderable` support to exception handler in Laravel ## [v7.6.0 (2023-06-15)](https://github.com/nunomaduro/collision/compare/v7.5.2...v7.6.0) ### Added