Note in changelog about KeyPadEnter to KeypadEnter

This commit is contained in:
dbr 2023-01-16 19:01:37 +10:30
parent c0f9035ec9
commit 068275e1b4

View File

@ -9,6 +9,8 @@
This introduces some breaking changes like the `imgui::Key` now contains a full set of keys (previously it was a small subset of to cover copy/paste/undo)
Also note `Key::KeyPadEnter` was renamed to `KeypadEnter`
- freetype feature can now locate required libraries either via `pkg-config` or `vcpkg`
- Breaking (partially): `ImageButton::new` is now deprecated, replaced by `ui.image_button_config(...)`.