Skip to content

Commit c703f67

Browse files
authored
Merge pull request #96 from AlexNDRmac/development
Update change log
2 parents f5deaba + 849d516 commit c703f67

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.3.5] - 2020-11-29
10+
### Added
11+
- Added PHP 8.0 support [phalcon/zephir#2111](https://github.com/phalcon/zephir/issues/2111)
12+
813
## [1.3.4] - 2020-04-04
914
### Fixed
1015
- Fixed operator precedence
@@ -151,8 +156,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
151156
### Added
152157
- Initial stable release
153158

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
159+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.5...HEAD
160+
[1.3.5]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.4...v1.3.5
156161
[1.3.3]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...v1.3.3
157162
[1.3.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...v1.3.2
158163
[1.3.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...v1.3.1

0 commit comments

Comments
 (0)