-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing changelog and 8.3 test runner
- Loading branch information
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ jobs: | |
- '8.0' | ||
- '8.1' | ||
- '8.2' | ||
- '8.3' | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v1 | ||
|
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,22 @@ | ||
# 4.1.0 | ||
|
||
## What's Changed | ||
* Enable PHP 8.2, 8.3 compat by @koriym in https://github.com/auraphp/Aura.Marshal/pull/42 | ||
* Test toArray() more thoroughly by @compwright in https://github.com/auraphp/Aura.Marshal/pull/41 | ||
|
||
## New Contributors | ||
* @koriym made their first contribution in https://github.com/auraphp/Aura.Marshal/pull/42 | ||
|
||
**Full Changelog**: https://github.com/auraphp/Aura.Marshal/compare/4.0.1...4.1.0 | ||
|
||
# 4.0.1 | ||
|
||
* FIX extending ToArrayInterface . | ||
|
||
# 4.0.0 | ||
|
||
* No breaking changes from 1.x for the api. | ||
* Removed Aura.Di config files present in 1.x. | ||
* License changed from BSD to MIT. | ||
* Supports PHP 7.2 + . | ||
* New api added GenericCollection::toArray() by @compwright in https://github.com/auraphp/Aura.Marshal/pull/38 |