summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-02-19 09:53:45 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-19 09:53:45 +0100
commit49b3a714cc718731d3b09e9711bf4ec769a78109 (patch)
tree550f085c047b4a6d3df46a77c9748342220e0738 /CHANGELOG.md
parente77a6add8ae7dcded0bdecc72f3cdf455f30e79f (diff)
parent4557014f155a4e5ffb8c1a590aff6c1e7f55ff1f (diff)
downloadiced-49b3a714cc718731d3b09e9711bf4ec769a78109.tar.gz
iced-49b3a714cc718731d3b09e9711bf4ec769a78109.tar.bz2
iced-49b3a714cc718731d3b09e9711bf4ec769a78109.zip
Merge pull request #2265 from rizzen-yazston/master
Fixed horizontal_space() and vertical_space() helper functions.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 348d0201..a69939c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,10 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Black images when using OpenGL backend in `iced_wgpu`. [#2259](https://github.com/iced-rs/iced/pull/2259)
+- Documentation for `horizontal_space` and `vertical_space` helpers. [#2265](https://github.com/iced-rs/iced/pull/2265)
Many thanks to...
- @PolyMeilex
+- @rizzen-yazston
## [0.12.0] - 2024-02-15
### Added