Skip to content

Commit 87bc0c2

Browse files
committed
Update CHANGELOG.md
1 parent 0d18970 commit 87bc0c2

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
@@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [1.3.8] - 2021-09-08
10+
### Changed
11+
- Changed CI from AppVeyor to Github Actions [#110](https://github.com/phalcon/php-zephir-parser/issues/110)
12+
913
## [1.3.7] - 2021-08-13
1014
### Added
11-
- Added support of `require_once` statement
15+
- Added support of `require_once` statement [#107](https://github.com/zephir-lang/php-zephir-parser/pull/107)
1216

1317
## [1.3.6] - 2020-12-03
1418
### Added
@@ -164,7 +168,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
164168
### Added
165169
- Initial stable release
166170

167-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.7...HEAD
171+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.8...HEAD
172+
[1.3.8]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.7...v1.3.8
168173
[1.3.7]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.6...v1.3.7
169174
[1.3.6]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.5...v1.3.6
170175
[1.3.5]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.4...v1.3.5

0 commit comments

Comments
 (0)