Skip to content

Commit 546b07e

Browse files
committed
Updated CHANGELOG.md
1 parent 64b5177 commit 546b07e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ 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.1.1] - 2017-11-09
810
### Changed
911
- Improved install scripts
1012
- Refactored tests
1113
- Added re2c check to install script
1214

1315
### Fixed
1416
- 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),
1618
[phalcon/zephir#1591](https://github.com/phalcon/zephir/issues/1591), [phalcon/cphalcon#13140](https://github.com/phalcon/cphalcon/issues/13140)
1719
- Improved scanner by removing reundant rules
1820

@@ -67,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6769
### Added
6870
- Initial stable release
6971

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
7174
[1.1.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.0.3...v1.1.0
7275
[1.0.3]: https://github.com/phalcon/php-zephir-parser/compare/v1.0.2...v1.0.3
7376
[1.0.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.0.1...v1.0.2

0 commit comments

Comments
 (0)