File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
2-
32All notable changes to this project will be documented in this file.
43
54The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
65and 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
109112First 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
You can’t perform that action at this time.
0 commit comments