From 86c54fa238e5aab39119796b6fa68369b09a7fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Fri, 16 Feb 2018 10:10:14 +0100 Subject: [PATCH] 5.0.0-alpha1 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a06c00..c46da12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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)