From 6d0ef9dadef738ab9bb4355c805301447b7e04b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9meth=20Bal=C3=A1zs?= Date: Tue, 16 Apr 2019 16:46:18 +0200 Subject: [PATCH] Added changelog for #13985 --- CHANGELOG-4.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-4.0.md b/CHANGELOG-4.0.md index a32ce70885a..2234ceffb47 100644 --- a/CHANGELOG-4.0.md +++ b/CHANGELOG-4.0.md @@ -31,6 +31,7 @@ - Query Builder's `GROUP BY` field is now always an array. [#13962](https://github.com/phalcon/cphalcon/pull/13962) - Renamed `Phalcon\Paginator\Adapter::getPaginate()` to `paginate()` in documentation/tests (originally renamed in 4.0.0-alpha.1). [#13973](https://github.com/phalcon/cphalcon/pull/13973) - Fixed the exception message in `Phalcon\Security::computeHmac()` by removing `"%s"` from output. +- Fixed `Mvc\Model::save()` throwing an exception after fetching its related records (many/many-to-many) via `__get()` [#13985](https://github.com/phalcon/cphalcon/pull/13985) ## Removed - Removed `arrayHelpers` property from the Volt compiler. [#13925](https://github.com/phalcon/cphalcon/pull/13925)