From 2fbddf31d8d8d7450cc889c1705f411d43e4fd35 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sun, 22 Jul 2018 20:29:42 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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