From 779212da3302bf85b90aec3f4f407ad2edb3ea6e Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 7 Sep 2023 11:52:53 +0200 Subject: [PATCH] Correct set_exit() -> exit() in the changelog (#3088) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52bb8367bf..2d09659dad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ And please only add new entries to the top of this list, right below the `# Unre - Mark `startup_notify` unsafe functions as safe. - Fix a bug where Wayland would be chosen on Linux even if the user specified `with_x11`. (#3058) - **Breaking:** Moved `ControlFlow` to `EventLoopWindowTarget::set_control_flow()` and `EventLoopWindowTarget::control_flow()`. -- **Breaking:** Moved `ControlFlow::Exit` to `EventLoopWindowTarget::set_exit()` and `EventLoopWindowTarget::exiting()` and removed `ControlFlow::ExitWithCode(_)` entirely. +- **Breaking:** Moved `ControlFlow::Exit` to `EventLoopWindowTarget::exit()` and `EventLoopWindowTarget::exiting()` and removed `ControlFlow::ExitWithCode(_)` entirely. # 0.29.1-beta