From d2e634e87c0325caddb74b45e068d88800b8a3ae Mon Sep 17 00:00:00 2001 From: Kaur Kuut Date: Mon, 23 Jan 2023 00:11:51 +0200 Subject: [PATCH] Add changelog entry for #2340. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0567639a9..1d058233b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -170,6 +170,7 @@ Later support was widened in [#2254] by [@PolyMeilex]. ### Removed - `WindowHandle::set_level` method. ([#1919] by [@JAicewizard]) +- `WidgetPod::set_layout_rect` because it was deprecated and no longer doing what it claimed. ([#2340] by [@xStrom]) - `Default` implementation for `FlexParams`. ([#1885] by [@Maan2003]) - `Default` implementation for `Env` and `theme::init` function. ([#1837] by [@cmyr]) @@ -1147,6 +1148,7 @@ Last release without a changelog :( [#2330]: https://github.com/linebender/druid/pull/2330 [#2331]: https://github.com/linebender/druid/pull/2331 [#2335]: https://github.com/linebender/druid/pull/2335 +[#2340]: https://github.com/linebender/druid/pull/2340 [Unreleased]: https://github.com/linebender/druid/compare/v0.8.0...master [0.8.0]: https://github.com/linebender/druid/compare/v0.7.0...v0.8.0