Skip to content

Commit 3f41232

Browse files
author
Christoph
committed
updated CHANGELOG.md
1 parent b26513c commit 3f41232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ You can find its changes [documented below](#070---2021-01-01).
6666
- `RangeSlider` and `Annotated` ([#1979] by [@xarvic])
6767
- Add `Checkbox::from_label` constructor ([#2111] by [@maurerdietmar])
6868
- fix content_insets for gtk backend ([#2117] by [@maurerdietmar])
69+
- `WidgetPod::requested_layout` ([#2145] by [@xarvic])
6970

7071
### Changed
7172

@@ -90,6 +91,7 @@ You can find its changes [documented below](#070---2021-01-01).
9091
- `ListIter` implementations for `Arc<Vec<T>>`, `(S, Arc<Vec<T>>)`, `Arc<VecDequeue<T>>` and `(S, Arc<VecDequeue<T>>)` ([#1967] by [@xarvic])
9192
- Closures passed to `Label::new` can now return any type that implements `Into<ArcStr>` ([#2064] by [@jplatte])
9293
- Removed line of code that prevented window miximalization. ([#2113] by [@Pavel-N])
94+
- `ClipBox`, `Flex`, `List` and `Split` only call layout on children which need it ([#2145] by [@xarvic])
9395

9496
### Deprecated
9597

@@ -821,6 +823,7 @@ Last release without a changelog :(
821823
[#1979]: https://github.com/linebender/druid/pull/1979
822824
[#2111]: https://github.com/linebender/druid/pull/2111
823825
[#2117]: https://github.com/linebender/druid/pull/2117
826+
[#2145]: https://github.com/linebender/druid/pull/2145
824827

825828
[Unreleased]: https://github.com/linebender/druid/compare/v0.7.0...master
826829
[0.7.0]: https://github.com/linebender/druid/compare/v0.6.0...v0.7.0

0 commit comments

Comments
 (0)