Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 2, 2019
1 parent 24b5f36 commit 8b9430c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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.11] - 2019-11-02
### Fixed
- Fixed arithmetical operations with `zvals` which stores `double` numbers
- Fixed updating static variables in the loop which represents `double` and
Expand Down Expand Up @@ -318,8 +319,9 @@ 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.10...HEAD
[0.12.10]: https://github.com/phalcon/zephir/compare/0.12.0...0.12.10
[Unreleased]: https://github.com/phalcon/zephir/compare/0.12.11...HEAD
[0.12.11]: https://github.com/phalcon/zephir/compare/0.12.10...0.12.11
[0.12.10]: https://github.com/phalcon/zephir/compare/0.12.9...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 8b9430c

Please sign in to comment.