From 6122d1f7d91bc5ef91ba86c4b30ac4e9e5c46384 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Fri, 22 Nov 2019 13:12:50 -0500 Subject: [PATCH] [#14553] - Updated Changelog --- CHANGELOG-4.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-4.0.md b/CHANGELOG-4.0.md index d31f2e0750f..6cac3bf1d41 100644 --- a/CHANGELOG-4.0.md +++ b/CHANGELOG-4.0.md @@ -15,6 +15,7 @@ - Fixed `Phalcon\Security::getRandomBytes` to return `int` [#14551](https://github.com/phalcon/cphalcon/issues/14551) - Fixed `Phalcon\Security` to use `10` as the default work factor [#14551](https://github.com/phalcon/cphalcon/issues/14551) - Fixed `Phalcon\Helper\Arr::validateAny` and `Phalcon\Helper\Arr::validateAll`to use `null` as default for the callback method [#14551](https://github.com/phalcon/cphalcon/issues/14551) +- Fixed `Phalcon\Escaper::escapeHtml` and `Phalcon\Escaper::escapeHtmlAttr` to allow `null` values [#14553](https://github.com/phalcon/cphalcon/issues/14553) # [4.0.0-rc.r3](https://github.com/phalcon/cphalcon/releases/tag/v4.0.0-rc.3) (2019-11-16) ## Added