Skip to content

Commit 3461e3f

Browse files
Prepare release
1 parent 18a169e commit 3461e3f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
extensions: intl
5757

5858
- name: Run roave/backward-compatibility-check
59-
run: ./tools/roave-backward-compatibility-check --from=4.0.0
59+
run: ./tools/roave-backward-compatibility-check --from=4.0.4
6060

6161
tests:
6262
name: "Tests"

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [4.0.4] - 2020-10-26
6+
7+
### Fixed
8+
9+
* `SebastianBergmann\Diff\Exception` now correctly extends `\Throwable`
10+
511
## [4.0.3] - 2020-09-28
612

713
### Changed
@@ -70,6 +76,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
7076

7177
* This component is no longer supported on PHP 5.6
7278

79+
[4.0.4]: https://github.com/sebastianbergmann/diff/compare/4.0.3...4.0.4
7380
[4.0.3]: https://github.com/sebastianbergmann/diff/compare/4.0.2...4.0.3
7481
[4.0.2]: https://github.com/sebastianbergmann/diff/compare/4.0.1...4.0.2
7582
[4.0.1]: https://github.com/sebastianbergmann/diff/compare/4.0.0...4.0.1

0 commit comments

Comments
 (0)