From 2f313c1ec433390e3f97868c149b882744e0d2cd Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 17 Mar 2024 09:03:12 +0100 Subject: [PATCH] Add back new lines at end of file --- CHANGELOG.md | 2 +- src/changelog/unreleased.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a47703b24fd..b83c5614440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,4 +5,4 @@ master docs][master_docs]. [`changelog::unreleased`]: src/changelog/unreleased.md [docs_rs]: https://docs.rs/winit/latest/winit/changelog/index.html -[master_docs]: https://rust-windowing.github.io/winit/winit/changelog/index.html \ No newline at end of file +[master_docs]: https://rust-windowing.github.io/winit/winit/changelog/index.html diff --git a/src/changelog/unreleased.md b/src/changelog/unreleased.md index 000ece83961..9ad14dffadd 100644 --- a/src/changelog/unreleased.md +++ b/src/changelog/unreleased.md @@ -40,4 +40,4 @@ - **Breaking:** Removed `EventLoopBuilder::with_user_event`, the functionality is now available in `EventLoop::with_user_event`. - Add `Window::default_attributes` to get default `WindowAttributes`. - `log` has been replaced with `tracing`. The old behavior can be emulated by setting the `log` feature on the `tracing` crate. -- On Windows, confine cursor to center of window when grabbed and hidden. \ No newline at end of file +- On Windows, confine cursor to center of window when grabbed and hidden.