From 068275e1b49c7b457cce5c24f076f15097286f61 Mon Sep 17 00:00:00 2001 From: dbr Date: Mon, 16 Jan 2023 19:01:37 +1030 Subject: [PATCH] Note in changelog about KeyPadEnter to KeypadEnter --- CHANGELOG.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index bd435e4..77976cd 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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(...)`.