diff --git a/CHANGELOG.md b/CHANGELOG.md
index a04ca994..ef75c5d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,10 +3,19 @@ FlatLaf Change Log
## Unreleased
+- Menus: New menu item renderer brings stable left margins, right aligned
+ accelerators and larger gap between text and accelerator. This makes menus
+ look more modern and more similar to native platform menus.
+- New underline menu selection style that displays selected menu items similar
+ to tabs (to enable use `UIManager.put( "MenuItem.selectionType", "underline"
+ );`).
- Menus: Fixed text color of selected menu items that use HTML. (issue #87)
- Menus: On Windows, pressing F10 now activates the menu bar without
showing a menu popup (as usual on Windows platform). On other platforms the
first menu popup is shown.
+- Menus: Fixed inconsistent left padding in menu items. (issue #3)
+- Menus: Fixed: Setting `iconTextGap` property on a menu item did increase left
+ and right margins. (issue #54)
- Show mnemonics always when a menu bar is active or a popup menu is visible.
- Hide mnemonics if window is deactivated (e.g. Alt+Tab to another
window). (issue #43)