We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acceb46 commit c05a222Copy full SHA for c05a222
CHANGELOG.md
@@ -3,6 +3,21 @@
3
All notable changes to this project will be documented in this file,
4
in reverse chronological order by release.
5
6
+## [v1.0.1](https://github.com/zaphyr-org/http-message/compare/1.0.0...1.0.1) [2023-11-19]
7
+
8
+### New:
9
+* Added suggest section to composer.json
10
+* Added `.vscode/` to .gitignore file
11
12
+### Changed:
13
+* Improved unit tests and moved tests to "Unit" directory
14
15
+### Removed:
16
+* Removed phpstan-phpunit from composer require-dev
17
18
+### Fixed:
19
+* Fixed HTTP status codes in Response class
20
21
## v1.0.0 [2023-07-30]
22
23
### New:
0 commit comments