From b0df0a6c266ef754ce68e865bde825990244c1f8 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 2 Nov 2019 13:40:32 +0200 Subject: [PATCH] Update change log --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907095b305..18b98e93ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [#1956](https://github.com/phalcon/zephir/issues/1956) - Fixed aliases using in the `use` statement when generating stubs [#1986](https://github.com/phalcon/zephir/issues/1986) +- Fixed incorrect namespace on type hinted return when generating API docs + [#1229](https://github.com/phalcon/zephir/issues/1229) ## [0.12.10] - 2019-10-19 ### Fixed