diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e639a..98b7728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] - 2026-05-04 ### Changed -- Marked `\CodeOwners\Exception\NoMatchFoundException` and `\CodeOwners\Exception\UnableToParseException` as final +- Marked `\CodeOwners\Exception\NoMatchFoundException` and `\CodeOwners\Exception\UnableToParseException` as final - [#38](https://github.com/timoschinkel/codeowners/pull/38) -## Backwards compatibility breaking changes +### Backwards compatibility breaking changes If you are extending `\CodeOwners\Exception\NoMatchFoundException` or `\CodeOwners\Exception\UnableToParseException` in your code, you will need to update your code to not extend these classes. ## [2.3.1] - 2025-01-29