Changelog: Add line about storing state in Memory

This commit is contained in:
Emil Ernerfeldt 2021-04-21 22:02:42 +02:00
parent 6e9abfc9c0
commit d2b669e1cd

View file

@ -12,6 +12,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
* 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).
* [Users can now store custom state in `egui::Memory`.](https://github.com/emilk/egui/pull/257).
### Changed 🔧
* Make `Memory::has_focus` public (again).