From e92ea48e8814b42fc566017db085ca9bdaf3c272 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 5 Dec 2019 01:57:35 +0100 Subject: Make `Button::background` generic --- native/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'native/CHANGELOG.md') 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` now instead of an `Into`. [#90] +- `Button::background` takes an `Into` now instead of a `Background`. ### Fixed - `Image` widget not keeping aspect ratio consistently. [#90] -- cgit