From 901128d3fadf258b4c43879c45b1ed39d3621dfc Mon Sep 17 00:00:00 2001 From: John Koster Date: Sat, 8 Feb 2025 16:21:49 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b63c5..a556040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ - Adds a `#cache` compiler attribute, which may be used to cache the results of any Dagger component - Bumps the minimum Laravel version to `11.23`, for `Cache::flexible` support - Improves compilation of custom functions declared within a component's template +- Reduces overall memory utilization +- Simplifies serialized output of dynamic and circular components ## [v1.0.6](https://github.com/Stillat/dagger/compare/v1.0.5...v1.0.6) - 2025-01-31