Skip to content

Commit be6ad4a

Browse files
committed
Update CHANGELOG.md
1 parent fa799a0 commit be6ad4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
9+
## [1.4.0] - 2021-09-18
810
### Added
911
- Added support for `mixed` type [#120](https://github.com/phalcon/php-zephir-parser/issues/120)
12+
- Add support for `yield` statement [#118](https://github.com/phalcon/php-zephir-parser/issues/118)
1013

1114
## [1.3.8] - 2021-09-08
1215
### Changed
@@ -170,7 +173,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
170173
### Added
171174
- Initial stable release
172175

173-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.8...HEAD
176+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.4.0...HEAD
177+
[1.4.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.8...v1.4.0
174178
[1.3.8]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.7...v1.3.8
175179
[1.3.7]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.6...v1.3.7
176180
[1.3.6]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.5...v1.3.6

0 commit comments

Comments
 (0)