diff options
Diffstat (limited to 'vendor/sabre/http/CHANGELOG.md')
-rw-r--r-- | vendor/sabre/http/CHANGELOG.md | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/vendor/sabre/http/CHANGELOG.md b/vendor/sabre/http/CHANGELOG.md index 2dddce4fb..4db8cc772 100644 --- a/vendor/sabre/http/CHANGELOG.md +++ b/vendor/sabre/http/CHANGELOG.md @@ -1,23 +1,6 @@ ChangeLog ========= -5.1.6 (2022-07-15) ------------------- - -* #187 Allow testSendToGetLargeContent peak memory usage to be specified externally (@phil-davis) -* #188 Fix various small typos and grammar (@phil-davis) -* #189 Fix typo in text of status code 203 'Non-Authoritative Information' (@phil-davis) - -5.1.5 (2022-07-09) ------------------- - -* #184 Remove 4GB file size workaround for 32bit OS / Stream Videos on IOS (@schoetju) - -5.1.4 (2022-06-24) ------------------- - -* #182 Fix encoding detection on PHP 8.1 (@come-nc) - 5.1.3 (2021-11-04) ------------------ @@ -89,7 +72,7 @@ ChangeLog * #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). -* Strict typing is used everywhere this is applicable. +* Strict typing is used every where this is applicable. * Removed `URLUtil` class. It was deprecated a long time ago, and most of its functions moved to the `sabre/uri` package. * Removed `Util` class. Most of its functions moved to the `functions.php` @@ -108,7 +91,7 @@ ChangeLog 4.2.3 (2017-06-12) ------------------ -* #74, #77: Work around 4GB file size limit at 32-Bit systems +* #74, #77: Work around 4GB file size limit at 32 Bit systems 4.2.2 (2017-01-02) @@ -296,7 +279,7 @@ ChangeLog * Changed: Response::send() is now Sapi::sendResponse($response). * Changed: Request::createFromPHPRequest is now Sapi::getRequest(). * Changed: Message::getBodyAsStream and Message::getBodyAsString were added. The - existing Message::getBody changed its behavior, so be careful. + existing Message::getBody changed it's behavior, so be careful. 2.0.0alpha5 (2013-11-07) |