mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-24 04:11:30 +11:00
6 lines
202 B
Markdown
6 lines
202 B
Markdown
|
---
|
||
|
"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>>`
|