From 94555e29cf87f4abf30101a0b0c1981f8b51a6a8 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Fri, 29 Mar 2024 21:06:54 +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 483e437b3..97c44d0c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] - 2024-03-28 +## [Unreleased] - 2024-03-29 ### Added - [#1027](https://github.com/flow-php/flow/pull/1027) - **Added Schema::match() with strict/evolving matchers** - [@norberttech](https://github.com/norberttech) @@ -9,6 +9,7 @@ - [#1024](https://github.com/flow-php/flow/pull/1024) - **Update Homebrew TAP formula: flow-php to version: 0.7.2** - [@norberttech](https://github.com/norberttech) ### Fixed +- [#1030](https://github.com/flow-php/flow/pull/1030) - **Improved displaying floats as strings** - [@norberttech](https://github.com/norberttech) - [963d32](https://github.com/flow-php/flow/commit/963d3287a8c4a4af853acc42329477965f15573d) - **edge case where evolving schema is brings new definition but its missing some old ones (#1028)** - [@norberttech](https://github.com/norberttech) - [#1025](https://github.com/flow-php/flow/pull/1025) - **writing nullable parquet values that are marked in the schema as optional** - [@norberttech](https://github.com/norberttech)