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,