From 54d0338809171ebafb88b4d79b1e64c71fe1e9e7 Mon Sep 17 00:00:00 2001 From: Timo Schinkel Date: Mon, 4 May 2026 09:16:06 +0200 Subject: [PATCH] Fix typos in CHANGELOG - Use correct header - Refer pull request --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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