Skip to content

Commit

Permalink
Correct set_exit() -> exit() in the changelog (rust-windowing#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall authored and kchibisov committed Oct 17, 2023
1 parent d2fa3f3 commit 404fc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 404fc46

Please sign in to comment.