From ea8cdced6d5b9f34c56225b09d61f24b2ffa6382 Mon Sep 17 00:00:00 2001 From: Ruud Boon Date: Tue, 24 Sep 2019 11:37:27 +0200 Subject: [PATCH] Updated change log to reflect changes --- CHANGELOG-4.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG-4.0.md b/CHANGELOG-4.0.md index 61693ff56e1..e395199a7ab 100644 --- a/CHANGELOG-4.0.md +++ b/CHANGELOG-4.0.md @@ -3,6 +3,9 @@ - Fixed `Phalcon\Mvc\View\Engine\Volt\Compiler::parse()` Corrected syntax recognize for "set" keyword. [#14288](https://github.com/phalcon/cphalcon/issues/14288) - Fixed `Phalcon\Mvc\View\Engine\Volt\Compiler::parse()` Corrected syntax recognize for "is" keyword. [#11683](https://github.com/phalcon/cphalcon/issues/11683) +## Removed +- Removed `Phalcon\Application\AbstractApplication::handle()` as it does not serve any purpose and causing issues with type hinting. + # [4.0.0-rc.1](https://github.com/phalcon/cphalcon/releases/tag/v4.0.0-rc.1) (2019-09-23) ## Added