From 316619422423d410924984c3cf169a87201faa90 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 12 Dec 2022 15:30:33 +0100 Subject: [PATCH] Update changelog --- crates/eframe/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/eframe/CHANGELOG.md b/crates/eframe/CHANGELOG.md index bcabaeb7..175c93d5 100644 --- a/crates/eframe/CHANGELOG.md +++ b/crates/eframe/CHANGELOG.md @@ -9,6 +9,9 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C #### Desktop/Native: * `eframe::run_native` now returns a `Result` ([#2433](https://github.com/emilk/egui/pull/2433)). +#### Web: +* `App::on_exit` is no longer available for `wasm32` ([#2436](https://github.com/emilk/egui/pull/2436)). + ## 0.20.1 - 2022-12-11 * Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)).