Update CHANGELOG and version with 0.8 info

This commit is contained in:
Sarah Gerweck 2016-05-04 21:08:01 -07:00
parent 1fb1d5db1f
commit b1796542a0
2 changed files with 10 additions and 1 deletions

View File

@ -14,3 +14,12 @@ end users will be listed here.
* Modified Scalaz instance to add `ReadOnlyObjectProperty` instances and
improve specificity of the `ObservableValue[A, _]` instances.
### 0.8.0
* Update ScalaFX to 8.0.92-R10.
* This makes Java 1.8.0_91 the minimum version.
* `FutureObservable` allows you to observe the results of a `Future`.
* 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.

View File

@ -1 +1 @@
version in ThisBuild := "0.7.1-SNAPSHOT"
version in ThisBuild := "0.8.0-SNAPSHOT"