diff --git a/CHANGELOG.md b/CHANGELOG.md index 09271a4873..1b00dfa166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased -- `EventLoopProxy` now implements `Sync`. +- `EventLoopProxy` now implements `Sync` as well as `Send` (except on the Web). - macOS: Remove the need to call `set_ime_position` after moving the window. - Added `Window::is_visible`. - Added `Window::is_resizable`.