From 09f7e3461c5ade91f9768e660f8e1dc67261c2d9 Mon Sep 17 00:00:00 2001 From: Hari K T Date: Wed, 3 Jul 2024 22:10:02 +0530 Subject: [PATCH] Add missing changelog and 8.3 test runner --- .github/workflows/continuous-integration.yml | 1 + CHANGELOG.md | 22 ++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index fc48c9a..4c3ad2d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -21,6 +21,7 @@ jobs: - '8.0' - '8.1' - '8.2' + - '8.3' steps: - name: Checkout uses: actions/checkout@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6612d1c --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file