File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,16 @@ 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.1.1] - 2017-11-09
8
10
### Changed
9
11
- Improved install scripts
10
12
- Refactored tests
11
13
- Added re2c check to install script
12
14
13
15
### Fixed
14
16
- Fixed ` mod-assign ` operator recognition
15
- - Fixed issue with incorrectly used YYMARKER and YYCURSOR [ #31 ] ( https://github.com/phalcon/php-zephir-parser/issues/31 ) ,
17
+ - Fixed issue with incorrectly used ` YYMARKER ` and ` YYCURSOR ` [ #31 ] ( https://github.com/phalcon/php-zephir-parser/issues/31 ) ,
16
18
[ phalcon/zephir #1591 ] ( https://github.com/phalcon/zephir/issues/1591 ) , [ phalcon/cphalcon #13140 ] ( https://github.com/phalcon/cphalcon/issues/13140 )
17
19
- Improved scanner by removing reundant rules
18
20
@@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
67
69
### Added
68
70
- Initial stable release
69
71
70
- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.0...HEAD
72
+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.1...HEAD
73
+ [ 1.1.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.0...v1.1.1
71
74
[ 1.1.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.0.3...v1.1.0
72
75
[ 1.0.3 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.0.2...v1.0.3
73
76
[ 1.0.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.0.1...v1.0.2
You can’t perform that action at this time.
0 commit comments