Skip to content

Commit adaa2d3

Browse files
committed
update changelog
1 parent 69fc455 commit adaa2d3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Change Log
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](http://keepachangelog.com/)
65
and this project adheres to [Semantic Versioning](http://semver.org/).
76

7+
## [3.0.2] - 2024-12-05
8+
### Fixed
9+
- Support for PHP 8.4
10+
811
## [3.0.1] - 2020-12-03
912
### Added
1013
- Support for PHP 8.0
@@ -105,11 +108,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
105108
- Changed the handler signature to `function(ServerRequestInterface $request)`.
106109
- The error info is passed to the handler using an array stored in the request attribute `error`.
107110

108-
## 0.1.0 - 2016-10-03
111+
## [0.1.0] - 2016-10-03
109112
First version
110113

111114
[#9]: https://github.com/middlewares/error-handler/issues/9
112115

116+
[3.0.2]: https://github.com/middlewares/error-handler/compare/v3.0.1...v3.0.2
113117
[3.0.1]: https://github.com/middlewares/error-handler/compare/v3.0.0...v3.0.1
114118
[3.0.0]: https://github.com/middlewares/error-handler/compare/v2.0.0...v3.0.0
115119
[2.0.0]: https://github.com/middlewares/error-handler/compare/v1.2.0...v2.0.0
@@ -124,3 +128,4 @@ First version
124128
[0.4.0]: https://github.com/middlewares/error-handler/compare/v0.3.0...v0.4.0
125129
[0.3.0]: https://github.com/middlewares/error-handler/compare/v0.2.0...v0.3.0
126130
[0.2.0]: https://github.com/middlewares/error-handler/compare/v0.1.0...v0.2.0
131+
[0.1.0]: https://github.com/middlewares/error-handler/releases/tag/v0.1.0

0 commit comments

Comments
 (0)