@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ Unreleased]
8+ ## [ 1.3.4] - 2020-04-04
89### Fixed
910- Fixed operator precedence
1011 [ #89 ] ( https://github.com/phalcon/php-zephir-parser/issues/89 )
@@ -16,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1617## [ 1.3.2] - 2019-09-30
1718### Changed
1819- Files ` parser.c ` and ` scanner.c ` no longer distributed.
19- Package maintainer should re-generate they by himself.
20+ Package maintainer should re-generate they by himself
2021 [ #75 ] ( https://github.com/phalcon/php-zephir-parser/pull/75 )
2122
2223### Fixed
@@ -34,7 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3435## [ 1.3.0] - 2019-04-27
3536### Added
3637- Added support for "use" keyword in closures
37- [ phalcon/zephir #1848 ] ( https://github.com/phalcon/zephir/issues/1848 )
38+ [ phalcon/zephir #1848 ] ( https://github.com/phalcon/zephir/issues/1848 ) ,
3839 [ phalcon/zephir #888 ] ( https://github.com/phalcon/zephir/issues/888 )
3940
4041### Fixed
@@ -150,7 +151,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
150151### Added
151152 - Initial stable release
152153
153- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.3...HEAD
154+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.4...HEAD
155+ [ 1.3.4 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.3...v1.3.4
154156[ 1.3.3 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...v1.3.3
155157[ 1.3.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...v1.3.2
156158[ 1.3.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...v1.3.1
0 commit comments