From 79cdd40b57ec179d53b947026cf3a8d0b5098636 Mon Sep 17 00:00:00 2001 From: aeon-automation Date: Sun, 12 Jan 2025 11:00:41 -0600 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5f66f4d..def999059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] - 2025-01-11 +## [Unreleased] - 2025-01-12 ### Added - [#1356](https://github.com/flow-php/flow/pull/1356) - **List of all packages to the installation page** - [@norberttech](https://github.com/norberttech) @@ -49,6 +49,7 @@ - [#1244](https://github.com/flow-php/flow/pull/1244) - **Added CLI command to read schema from a file** - [@norberttech](https://github.com/norberttech) ### Changed +- [#1357](https://github.com/flow-php/flow/pull/1357) - **Improved Type template** - [@norberttech](https://github.com/norberttech) - [4f86b6](https://github.com/flow-php/flow/commit/4f86b650a36d24cb22c83e49962f711033b0417b) - **Create SECURITY.md** - [@norberttech](https://github.com/norberttech) - [#1343](https://github.com/flow-php/flow/pull/1343) - **Simplified defining StructureType by removing StructureElement** - [@norberttech](https://github.com/norberttech) - [#1341](https://github.com/flow-php/flow/pull/1341) - **Enforce using DSL in test suite** - [@norberttech](https://github.com/norberttech)