From 8ae1c95d180e7e656def47ed8afb1e8e0cebac33 Mon Sep 17 00:00:00 2001 From: Arthur Sonzogni Date: Sun, 13 Aug 2023 17:36:41 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 173097f..163ab1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ current (development) - Breaking: Direction enum is renamed WidthOrHeight - Breaking: Remove `ComponentBase` copy constructor/assignment. - Breaking: MenuOption::entries is renamed MenuOption::entries_option. -- Breaking: Ref becomes XxxOption in component constructors. +- Breaking: `Ref<{Component}Option>` becomes `{Component}Option` in component constructors. - Feature: `ResizeableSplit` now support arbitrary element as a separator. - Feature: `input` is now supporting multiple lines. - Feature: `input` style is now customizeable.