From 60fe06e28abe6a28d448b0235e16337f3a69da1e Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Thu, 5 Oct 2023 11:03:21 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e134d68..a2c42656e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - [#515](https://github.com/flow-php/flow/pull/515) - **Fixed `Cast` expression to handle `null` as first** - [@stloyd](https://github.com/stloyd) ### Removed +- [#519](https://github.com/flow-php/flow/pull/519) - **Remove `ObjectToArrayTransformer` & related code** - [@stloyd](https://github.com/stloyd) - [#518](https://github.com/flow-php/flow/pull/518) - **Remove `CastTransformer`** - [@stloyd](https://github.com/stloyd) - [#518](https://github.com/flow-php/flow/pull/518) - **Remove `NullStringIntoNullEntryTransformer`** - [@stloyd](https://github.com/stloyd) - [#518](https://github.com/flow-php/flow/pull/518) - **Remove `CastToDateTime`** - [@stloyd](https://github.com/stloyd)