summaryrefslogtreecommitdiffstats
path: root/native/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-12-05 01:57:35 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-12-05 01:57:35 +0100
commite92ea48e8814b42fc566017db085ca9bdaf3c272 (patch)
tree48413064237f8b00b4b4c8668a96fc5ca79d995a /native/CHANGELOG.md
parentf87ddf1056327551b4a2bba9e98cbb7816b6666c (diff)
downloadiced-e92ea48e8814b42fc566017db085ca9bdaf3c272.tar.gz
iced-e92ea48e8814b42fc566017db085ca9bdaf3c272.tar.bz2
iced-e92ea48e8814b42fc566017db085ca9bdaf3c272.zip
Make `Button::background` generic
Diffstat (limited to 'native/CHANGELOG.md')
-rw-r--r--native/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/CHANGELOG.md b/native/CHANGELOG.md
index 2a4bba3f..cf5b79dd 100644
--- a/native/CHANGELOG.md
+++ b/native/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `Image::new` takes an `Into<image::Handle>` now instead of an `Into<String>`. [#90]
+- `Button::background` takes an `Into<Background>` now instead of a `Background`.
### Fixed
- `Image` widget not keeping aspect ratio consistently. [#90]