summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-07 19:50:46 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-07 19:50:46 +0100
commit80a29a277e2f15c0711efc37dc6c86c2ef98879e (patch)
treeffc246d652d036b0189824da99932c3c7276e1fb /CHANGELOG.md
parentb4dcf4ecf702a493476791efd95e190e5c1db812 (diff)
parenta631f4d745848289a45c539191b8377e2e8e7c01 (diff)
downloadiced-80a29a277e2f15c0711efc37dc6c86c2ef98879e.tar.gz
iced-80a29a277e2f15c0711efc37dc6c86c2ef98879e.tar.bz2
iced-80a29a277e2f15c0711efc37dc6c86c2ef98879e.zip
Merge pull request #2214 from dtzxporter/workaround-winit-win32-issues
Workaround issue with winit on windows not resuming the event loop.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b4d5cfc..518124e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -96,6 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Slow touch scrolling for `TextEditor` widget. [#2140](https://github.com/iced-rs/iced/pull/2140)
- `Subscription::map` using unreliable function pointer hash to identify mappers. [#2237](https://github.com/iced-rs/iced/pull/2237)
- Missing feature flag docs for `time::every`. [#2188](https://github.com/iced-rs/iced/pull/2188)
+- Event loop not being resumed on Windows while resizing. [#2214](https://github.com/iced-rs/iced/pull/2214)
Many thanks to...