diff options
author | 2024-02-10 00:12:54 +0100 | |
---|---|---|
committer | 2024-02-10 00:12:54 +0100 | |
commit | 7ee00e751a8fe5cedadeeb478c6f0e7d6a5dc0dc (patch) | |
tree | b8929e4c9c61af800f1dba8664f19a15c0dc13a2 /CHANGELOG.md | |
parent | 99a3f25c5f95a144fee7d25b4607f7275abcfaa2 (diff) | |
parent | 564ad95806efd1259a2244a685b648346b460abf (diff) | |
download | iced-7ee00e751a8fe5cedadeeb478c6f0e7d6a5dc0dc.tar.gz iced-7ee00e751a8fe5cedadeeb478c6f0e7d6a5dc0dc.tar.bz2 iced-7ee00e751a8fe5cedadeeb478c6f0e7d6a5dc0dc.zip |
Merge pull request #2229 from clarkmoody/custom-qr-style
QR Code Styling
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8660cc5a..8f0f96a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `hovered` styling for `Svg` widget. [#2163](https://github.com/iced-rs/iced/pull/2163) - `height` method for `TextEditor`. [#2221](https://github.com/iced-rs/iced/pull/2221) - Customizable style for `TextEditor`. [#2159](https://github.com/iced-rs/iced/pull/2159) +- Customizable style for `QRCode`. [#2229](https://github.com/iced-rs/iced/pull/2229) - Border width styling for `Toggler`. [#2219](https://github.com/iced-rs/iced/pull/2219) - `RawText` variant for `Primitive` in `iced_graphics`. [#2158](https://github.com/iced-rs/iced/pull/2158) - `Stream` support for `Command`. [#2150](https://github.com/iced-rs/iced/pull/2150) @@ -116,6 +117,7 @@ Many thanks to... - @Calastrophe - @casperstorm - @cfrenette +- @clarkmoody - @Davidster - @Decodetalkers - @derezzedex |