From 2cb94b98ef8949f2f2a3f9724e974e4ab4b7f4f3 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 7 May 2021 10:35:55 +0200 Subject: [PATCH] Add plot legends and on_disabled_hover_text to CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39baf797..c37755e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [ * Add `Response::request_focus` and `Response::surrender_focus`. * Add `TextEdit::code_editor` (VERY basic) * [Pan and zoom plots](https://github.com/emilk/egui/pull/317). +* [Add plot legends](https://github.com/emilk/egui/pull/349) * [Users can now store custom state in `egui::Memory`.](https://github.com/emilk/egui/pull/257). +* Add `Response::on_disabled_hover_text` to show tooltip for disabled widgets. * Zoom input: ctrl-scroll and (on `egui_web`) trackpad-pinch gesture. * Support for raw [multi touch](https://github.com/emilk/egui/pull/306) events, enabling zoom, rotate, and more. Works with `egui_web` on mobile devices,