-
-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release notes parser, store Phar after build [ci skip]
- Loading branch information
1 parent
64b966b
commit 4c22530
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Fixed | ||
- Fixed multiple return types in stubs [#2283](https://github.com/zephir-lang/zephir/issues/2283) | ||
- Fixed `bool` return type in stubs [#2272](https://github.com/zephir-lang/zephir/issues/2272) | ||
|
||
### Changed | ||
- Removed `.zep` from stubs filenames [#2273](https://github.com/zephir-lang/zephir/issues/2273) | ||
|
||
## [0.14.0] - 2021-09-18 | ||
### Added | ||
- Added support for `require_once` [#2253](https://github.com/zephir-lang/zephir/issues/2253) | ||
|
||
### Changed | ||
- Bumped minimal version of Zephir Parser to `1.4.1`. [#2284](https://github.com/zephir-lang/zephir/issues/2284) |