Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Oct 19, 2019
1 parent 6e9c252 commit fb60419
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fb60419

Please sign in to comment.