From 64a76de86e6a69aee4c9dd802d2d3fc7f5376919 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Mon, 11 Nov 2019 11:54:38 -0500 Subject: [PATCH] [#14528] - Updated Changelog --- CHANGELOG-4.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG-4.0.md b/CHANGELOG-4.0.md index ab965fb0e42..3bd22bc8fa7 100644 --- a/CHANGELOG-4.0.md +++ b/CHANGELOG-4.0.md @@ -40,6 +40,8 @@ - Fixed `Phalcon\Annotations\Adapter\Stream::read` and `Phalcon\Annotations\Adapter\Stream::write` to use `serialize`/`unserialize` vs. `var_export` [#14515](https://github.com/phalcon/cphalcon/issues/14515) - Fixed `Phalcon\Http\Request::hasFiles` to return boolean and `true` if files are present [#14519](https://github.com/phalcon/cphalcon/issues/14519) - Fixed `Phalcon\Logger\Adapter\Syslog` to correctly log Syslog messages [#14523](https://github.com/phalcon/cphalcon/issues/14523) +- Fixed `Phalcon\Storage\Serializer\Json` to serialize objects that implement the `JsonSerializable` interface [#14528](https://github.com/phalcon/cphalcon/issues/14528) +- Fixed `Phalcon\Collection` to correctly return one level nested objects that implement `JsonSerializable` [#14528](https://github.com/phalcon/cphalcon/issues/14528) ## Removed - Removedd `Phalcon\Logger\Formatter\Syslog` - really did not do much [#14523](https://github.com/phalcon/cphalcon/issues/14523)