From 6e9abfc9c0786f2a18a187b0ea201987c520c9b5 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 21 Apr 2021 22:01:34 +0200 Subject: [PATCH] Changelog: Add plot improvements --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b681122..a70478fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,11 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [ * Add anchors to windows and areas so you can put a window in e.g. the top right corner. * Make labels interactive with `Label::sense(Sense::click())`. * Add `Response::request_focus` and `Response::surrender_focus`. +* [Pan and zoom plots](https://github.com/emilk/egui/pull/317). ### Changed 🔧 * Make `Memory::has_focus` public (again). +* `Plot` must now be given a name that is unique within its scope. ### Fixed 🐛 * Fix [defocus-bug on touch screens](https://github.com/emilk/egui/issues/288).