summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-17 04:44:56 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-17 04:44:56 +0200
commit547e509683007b9e0c149d847ac685f3aa770de8 (patch)
tree5cb2e9b75c736d116079165d359115bf23eb3bac /CHANGELOG.md
parent8fb939b5a920e0cd836dbdd24c948f8f2512fc7e (diff)
downloadiced-547e509683007b9e0c149d847ac685f3aa770de8.tar.gz
iced-547e509683007b9e0c149d847ac685f3aa770de8.tar.bz2
iced-547e509683007b9e0c149d847ac685f3aa770de8.zip
Implement a `changelog-generator` tool and example
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16a69a7a..e8ac8d68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,8 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `fetch_position` command in `window` module. [#2280](https://github.com/iced-rs/iced/pull/2280)
-Many thanks to...
+### Fixed
+- Fix `block_on` in `iced_wgpu` hanging Wasm builds. [#2313](https://github.com/iced-rs/iced/pull/2313)
+Many thanks to...
+- @hecrj
- @n1ght-hunter
## [0.12.1] - 2024-02-22