From 346065afce50a24c924c64ce32de94826338aac3 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Sat, 27 Jan 2024 14:45:15 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4972dd3e..c64eea874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] - 2024-01-22 +## [Unreleased] - 2024-01-27 ### Added - [#928](https://github.com/flow-php/flow/pull/928) - **Caster mechanism that works on top of Flow\PHP\Type** - [@norberttech](https://github.com/norberttech) @@ -56,6 +56,7 @@ - [#867](https://github.com/flow-php/flow/pull/867) - **Update Homebrew TAP formula: flow-php to version: 0.5.2** - [@norberttech](https://github.com/norberttech) ### Fixed +- [#931](https://github.com/flow-php/flow/pull/931) - **Make parquet rows normalizer to respect given schema** - [@norberttech](https://github.com/norberttech) - [#929](https://github.com/flow-php/flow/pull/929) - **Automatically cast datetime bulk entries into DateTime objects** - [@norberttech](https://github.com/norberttech) - [#928](https://github.com/flow-php/flow/pull/928) - **NativeEntryFactory fully respecting schema definitions** - [@norberttech](https://github.com/norberttech) - [#926](https://github.com/flow-php/flow/pull/926) - **Missing nullable property in Map/Struct/List logical types** - [@norberttech](https://github.com/norberttech)