From 65fc16ec1488484c5410b05d9af0cdf8de02f57a Mon Sep 17 00:00:00 2001 From: Sarah Gerweck Date: Fri, 7 Oct 2016 19:11:52 -0700 Subject: [PATCH] Update docs for 0.11.1 release --- CHANGELOG.md | 4 ++++ README.md | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ba16c..770fcf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,3 +45,7 @@ end users will be listed here. * Update to ScalaFX 8.0.102-R11. * This makes Java 1.8.0_101 the official minimum version. * Reorganize the build to meet SBT 1.0 guidelines. + +#### 0.11.1 + + * Update to Akka 2.4.11. diff --git a/README.md b/README.md index a7d5700..fd7d176 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,13 @@ will be happy to merge high-quality pull requests if you find a bug. To use ScalaFX, add the following to your SBT build: - libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.12.0" + libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.11.1" + +This requires Scala 2.11 at this time. As all the dependencies become +available for Scala 2.12, I will add support for any release candidates or +releases. Conversely, Scala 2.11 support will be maintained with new features +as long as the dependencies remain available and no substantial forking is +required. ## Usage ##