From 63ba305adbefeb2ac03942972324ad143bb4b05e Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Tue, 1 Oct 2024 13:52:53 -0400 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb7e9106..a68f87d77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Changed: - Nothing yet! Fixed: -- Nothing yet! +- Fix a layout bug where children of fixed-with `Row` containers were assigned the wrong width. ## [0.15.0] - 2024-09-30 @@ -32,7 +32,6 @@ Fixed: - Don't clip elements of `Column` and `Row` layouts whose unbounded size exceeds the container size. - Correctly implement margins for `Box` on iOS. - Correctly handle dynamic updates to modifiers on `Column` and `Row`. -- Fix a layout bug where children of fixed-with `Row` containers were assigned the wrong width. ## [0.14.0] - 2024-08-29