diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baf1888..ba3ced9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: extensions: intl - name: Run roave/backward-compatibility-check - run: ./tools/roave-backward-compatibility-check --from=4.0.0 + run: ./tools/roave-backward-compatibility-check --from=4.0.4 tests: name: "Tests" diff --git a/ChangeLog.md b/ChangeLog.md index 99142e0..8865541 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes to `sebastianbergmann/object-enumerator` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [4.0.4] - 2020-10-26 + +### Fixed + +* `SebastianBergmann\ObjectEnumerator\Exception` now correctly extends `\Throwable` + ## [4.0.3] - 2020-09-28 ### Changed @@ -68,6 +74,7 @@ All notable changes to `sebastianbergmann/object-enumerator` are documented in t * Initial release +[4.0.4]: https://github.com/sebastianbergmann/object-enumerator/compare/4.0.3...4.0.4 [4.0.3]: https://github.com/sebastianbergmann/object-enumerator/compare/4.0.2...4.0.3 [4.0.2]: https://github.com/sebastianbergmann/object-enumerator/compare/4.0.1...4.0.2 [4.0.1]: https://github.com/sebastianbergmann/object-enumerator/compare/4.0.0...4.0.1