muda/.changes/menu-item-kind.md

6 lines
202 B
Markdown
Raw Normal View History

---
"muda": "minor"
---
Removed `MenuItemType` enum and replaced with `MenuItemKind` enum. `Menu::items` and `Submenu::items` will now return `Vec<MenuItemKind>` instead of `Vec<Box<dyn MenuItemExt>>`