From fb60419dbfbce237579209725002d0a8abc87ccf Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 19 Oct 2019 17:39:54 +0300 Subject: [PATCH] Update change log --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3d9fdf88..c16444acb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.12.10] - 2019-10-19 ### Fixed - Fixed incorrect behaviour in `zephir_get_global` if `zval` reference count <= 1 [#1961](https://github.com/phalcon/zephir/issues/1961) @@ -304,7 +305,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed casting resource to int (only ZendEngine 3) [#1524](https://github.com/phalcon/zephir/issues/1524) -[Unreleased]: https://github.com/phalcon/zephir/compare/0.12.9...HEAD +[Unreleased]: https://github.com/phalcon/zephir/compare/0.12.10...HEAD +[0.12.10]: https://github.com/phalcon/zephir/compare/0.12.0...0.12.10 [0.12.9]: https://github.com/phalcon/zephir/compare/0.12.8...0.12.9 [0.12.8]: https://github.com/phalcon/zephir/compare/0.12.7...0.12.8 [0.12.7]: https://github.com/phalcon/zephir/compare/0.12.6...0.12.7