diff --git a/CHANGELOG.md b/CHANGELOG.md index 830b1e3..3df7fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ - If you were using `AnyView` before, you probably need to replace it with `View` - Scrolling is now added to a view with `.scrollable()` - `cb_sink` is now a `crossbeam_channel::Sender` instead of `chan::Sender` +- `SelectView::selection` now returns an `Option>` instead of just `Rc`. + It will return `None` if the `SelectView` is empty. ## 0.8.1