@@ -5,6 +5,7 @@ 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
+ ## [ 1.3.4] - 2020-04-04
8
9
### Fixed
9
10
- Fixed operator precedence
10
11
[ #89 ] ( https://github.com/phalcon/php-zephir-parser/issues/89 )
@@ -16,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
17
## [ 1.3.2] - 2019-09-30
17
18
### Changed
18
19
- 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
20
21
[ #75 ] ( https://github.com/phalcon/php-zephir-parser/pull/75 )
21
22
22
23
### Fixed
@@ -34,7 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
34
35
## [ 1.3.0] - 2019-04-27
35
36
### Added
36
37
- 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 ) ,
38
39
[ phalcon/zephir #888 ] ( https://github.com/phalcon/zephir/issues/888 )
39
40
40
41
### Fixed
@@ -150,7 +151,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
150
151
### Added
151
152
- Initial stable release
152
153
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
154
156
[ 1.3.3 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...v1.3.3
155
157
[ 1.3.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...v1.3.2
156
158
[ 1.3.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...v1.3.1
0 commit comments