diff --git a/CHANGELOG.md b/CHANGELOG.md index 173097fc3b103bf144f9566bc5426b0e7ede6f5f..163ab1cb57c13c029be87af88a648c0299712245 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<XxxOption> 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.