Skip to content

Commit

Permalink
5.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Feb 16, 2018
1 parent b35c1fc commit 86c54fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
ChangeLog
=========

5.0.0-alpha1 (????-??-??)
5.0.0-alpha1 (2018-02-16)
-------------------------

* Now requires PHP 7.0.
* Depends on sabre/event 5 and sabre/uri 2.
* hhvm is no longer supported starting this release.
* #65: It's now possible to supply request/response bodies using a callback
functions. This allows very high-speed/low-memory responses to be created.
(@petrkotek).
Expand All @@ -20,7 +21,7 @@ ChangeLog
to `CLI`.
* The HTTP response is now initialized with HTTP code `500` instead of `null`,
so if it's not changed, it will be emitted as 500.
* #69: Sending `charset="UTF-8"` on Basic authentiation challenges per
* #69: Sending `charset="UTF-8"` on Basic authentication challenges per
[rfc7617][rfc7617].
* #84: Added support for `SERVER_PROTOCOL HTTP/2.0` (@jens1o)

Expand Down

0 comments on commit 86c54fa

Please sign in to comment.