File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 3.0.0] – 2024-01-05
8
+
9
+ ### Added
10
+
11
+ - Added namespace to run and scheduler (#105 ) (167e824)
12
+ - Added ` ResponseReceiving ` and ` ResponseReceived ` events (96c9332)
13
+ - Allow request middleware to set a response to bypass downloader (#106 ) (d8ae43e)
14
+ - Added PHP 8.3 support (02772af)
15
+
16
+ ### Fixed
17
+
18
+ - Fixed bug where integration tests wouldn't get run (33eb25e)
19
+
7
20
## [ 2.0.1] – 2023-02-17
8
21
9
22
### Fixed
@@ -71,6 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
71
84
72
85
- Initial release
73
86
87
+ [ 3.0.0 ] : https://github.com/roach-php/core/compare/2.0.1...3.0.0
88
+ [ 2.0.1 ] : https://github.com/roach-php/core/compare/2.0.0...2.0.1
74
89
[ 2.0.0 ] : https://github.com/roach-php/core/compare/1.1.1...2.0.0
75
90
[ 1.1.1 ] : https://github.com/roach-php/core/compare/1.1.0...1.1.1
76
91
[ 1.1.0 ] : https://github.com/roach-php/core/compare/1.0.0...1.1.0
You can’t perform that action at this time.
0 commit comments