File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 1.4.0] - 2021-09-18
8
10
### Added
9
11
- 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 )
10
13
11
14
## [ 1.3.8] - 2021-09-08
12
15
### Changed
@@ -170,7 +173,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
170
173
### Added
171
174
- Initial stable release
172
175
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
174
178
[ 1.3.8 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.7...v1.3.8
175
179
[ 1.3.7 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.6...v1.3.7
176
180
[ 1.3.6 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.5...v1.3.6
You can’t perform that action at this time.
0 commit comments