From 4b2aaab8baee2eea4ebfdad6e852cea1c6853f30 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 29 Dec 2018 12:37:47 +0530 Subject: [PATCH] Cake\Http\Client now follows PSR-18. Refs cakephp/cakephp#12841 --- en/appendices/4-0-migration-guide.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/appendices/4-0-migration-guide.rst b/en/appendices/4-0-migration-guide.rst index e6fcee6577..accbc393f2 100644 --- a/en/appendices/4-0-migration-guide.rst +++ b/en/appendices/4-0-migration-guide.rst @@ -144,9 +144,10 @@ Error Http ---- +* ``Cake\Http\Client`` now follows `PSR-18: HTTP Client _` specifications. * ``Cake\Http\Client\Response::isSuccess()`` was added. This method returns true if the response status code is 2xx. - + Mailer ------