diff options
author | 2024-02-05 22:05:14 +0100 | |
---|---|---|
committer | 2024-02-05 22:05:14 +0100 | |
commit | 8e76d53803631ed581c6214f9c3abe02424c8272 (patch) | |
tree | 71e21489627e15d123339c2506aae18ba0092ba0 /CHANGELOG.md | |
parent | e14e8e2e9acc7fb8debb7881d8891be5c3a13bd0 (diff) | |
parent | 2fb271a9764f2dd6f029ddab69beb04dc2749b70 (diff) | |
download | iced-8e76d53803631ed581c6214f9c3abe02424c8272.tar.gz iced-8e76d53803631ed581c6214f9c3abe02424c8272.tar.bz2 iced-8e76d53803631ed581c6214f9c3abe02424c8272.zip |
Merge pull request #2237 from iced-rs/fix/mapped-subscription-id
Use `TypeId` to identify `subscription::Map`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd1cf2a..0d16cece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -89,6 +89,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `size_hint` not being called from `element::Map`. [#2224](https://github.com/iced-rs/iced/pull/2224) - `size_hint` not being called from `element::Explain`. [#2225](https://github.com/iced-rs/iced/pull/2225) - 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) Many thanks to... |