From ba28abf952712b19740db52f1d341932aeb8c036 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 30 Aug 2023 13:32:07 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb099eac5bc..09a04012c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased +- **Breaking:** Reworked errors. Errors now live in the module in which they are used, and are named according to their use. - Added `EventLoop::builder`, which is intended to replace the (now deprecated) `EventLoopBuilder::new`. - Added `Window::builder`, which is intended to replace the (now deprecated) `WindowBuilder::new`. - **Breaking:** Changed the signature of `EventLoop::with_user_event` to return a builder.