Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Feb 26, 2019
1 parent 14351eb commit b661a58
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.11.11] - 2019-02-26
### Fixed
- Objects are not traversable with foreach
[#1818](https://github.com/phalcon/zephir/issues/1818)
[#1595](https://github.com/phalcon/zephir/issues/1595)
- Recursion for array_push on PHP 7 [#1140](https://github.com/phalcon/zephir/issues/1140)
- Invalid array initialization [#1159](https://github.com/phalcon/zephir/issues/1159)

## [0.11.10] - 2019-02-23
### Changed
Expand Down Expand Up @@ -140,7 +144,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.11.10...HEAD
[Unreleased]: https://github.com/phalcon/zephir/compare/0.11.11...HEAD
[0.11.11]: https://github.com/phalcon/zephir/compare/0.11.10...0.11.11
[0.11.10]: https://github.com/phalcon/zephir/compare/0.11.9...0.11.10
[0.11.9]: https://github.com/phalcon/zephir/compare/0.11.8...0.11.9
[0.11.8]: https://github.com/phalcon/zephir/compare/0.11.7...0.11.8
Expand Down

0 comments on commit b661a58

Please sign in to comment.