Skip to content

Commit a9e9bff

Browse files
committed
Update release notes in package.xml
1 parent 6047997 commit a9e9bff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
## [1.4.0] - 2021-09-18
1010
### Added
1111
- Added support for `mixed` type [#120](https://github.com/phalcon/php-zephir-parser/issues/120)
12-
- Add support for `yield` statement [#118](https://github.com/phalcon/php-zephir-parser/issues/118)
12+
- Added support for `yield` statement [#118](https://github.com/phalcon/php-zephir-parser/issues/118)
1313

1414
## [1.3.8] - 2021-09-08
1515
### Changed

package.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
</stability>
2525
<license uri="https://github.com/zephir-lang/php-zephir-parser/blob/development/LICENSE">MIT</license>
2626
<notes>
27-
### Added
28-
- Added support for `mixed` type [#120](https://github.com/phalcon/php-zephir-parser/issues/120)
29-
- Add support for `yield` statement [#118](https://github.com/phalcon/php-zephir-parser/issues/118)
27+
* Added support for `mixed` type
28+
* Added support for `yield` statement
3029
</notes>
3130
<contents>
3231
<dir name="/">

0 commit comments

Comments
 (0)