Skip to content

Commit 7b7d31f

Browse files
committed
Update change log
1 parent 3183c02 commit 7b7d31f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ 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.2.0] - 2019-01-14
810
### Added
911
- Added ability to enable `YYDEBUG` on fly by exporting `ZEPHIR_YYDEBUG`
10-
environment variable with the value of 1.
12+
environment variable with the value of 1
13+
- Added support of PHP 7.3 for Windows (Linux users have this support for a long time)
1114

1215
### Fixed
13-
- Fixed syntax error with final class and use of extends and implements
14-
[#48](https://github.com/phalcon/php-zephir-parser/issues/48)
1516
- Corrected behavior on parse an empty file. Now an empty
1617
[IR](https://en.wikipedia.org/wiki/Intermediate_representation)
17-
(as an array) will be returned
18+
will be returned as an array
1819
- Fixed language scanner and parser so that it is possible to parse files
1920
containing empty docblocks or files contains comments only
2021

@@ -23,7 +24,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2324

2425
## [1.1.4] - 2018-11-22
2526
### Fixed
26-
- Backport [#49](https://github.com/phalcon/php-zephir-parser/pull/49) from the upstream
27+
- Fixed syntax error with final class and use of extends and implements
28+
[#48](https://github.com/phalcon/php-zephir-parser/issues/48)
2729

2830
## [1.1.3] - 2018-11-06
2931
### Changed
@@ -111,7 +113,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
111113
### Added
112114
- Initial stable release
113115

114-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.4...HEAD
116+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.2.0...HEAD
117+
[1.2.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.2...v1.2.0
115118
[1.1.4]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.3...v1.1.4
116119
[1.1.3]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.2...v1.1.3
117120
[1.1.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.1.1...v1.1.2

0 commit comments

Comments
 (0)