From 52d81b215a55f36b63d02ce7b2eb77e806018581 Mon Sep 17 00:00:00 2001 From: AlexNDRmac Date: Fri, 20 Nov 2020 22:48:46 +0200 Subject: [PATCH] update changelog [ci skip] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index baf194cf6d..f13ce5f4b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] ### Fixed - Fixed stubs generation for case with array declaration with square brackets in params +- Fixed parameters positioning for `implode()` php function [#2120](https://github.com/phalcon/zephir/issues/2120) ## [0.12.19] - 2020-05-13 ### Fixed