Skip to content

Commit f9b674b

Browse files
authored
Added changelog for 0.11.0 (#57)
* Added changelog for 0.11.0 * Minor * Added changelog for #60 * Update CHANGELOG.md
1 parent b4f36a8 commit f9b674b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file, in reverse
4+
chronological order by release.
5+
6+
## 0.11.0
7+
8+
### Added
9+
10+
- Added support for Symfony4
11+
- `DaemonOptionsInterface`
12+
- Added support for file uploads and multiple file uploads
13+
- Added support for any PSR-7 implementation by using a PSR-17 HTTP Factory.
14+
15+
### Changed
16+
17+
- Renamed `CallbackWrapper` to `CallbackKernel`.
18+
- All classes are final
19+
20+
### Removed
21+
22+
- Support for PHP5.
23+
- Support for Symfony2.
24+
25+
## 0.10.1
26+
27+
### Fixed
28+
29+
- Large POST request should not fail
30+
31+
## 0.10.0
32+
33+
### Added
34+
35+
- Added a command line flag for gracefully shutting down the daemon after a 5XX
36+
error code is received.

0 commit comments

Comments
 (0)