From 01e4e1296e2401166b48cff12b0e6e10ce0797a4 Mon Sep 17 00:00:00 2001 From: Sarah Gerweck Date: Fri, 1 Jul 2016 18:42:44 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04d581..7c6aa87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,3 +23,13 @@ end users will be listed here. * New `AkkaFX` object gives bridges from Akka to ScalaFX * `observableSink` creates a Akka Streams sink that allows you to observe each value that comes through a stream. + +### 0.9.0 + + * This release is not binary compatible with 0.8 or earlier. + * Add more controls for filtering items. + +#### 0.9.1 + + * Add control panel builders: simple utility code for building control + panels