Update Changelog and Readme for 0.12 release

This commit is contained in:
Sarah Gerweck 2017-10-29 19:26:23 -07:00
parent 3a851d57b9
commit 2a0d7b0519
No known key found for this signature in database
GPG Key ID: AFCB37207DB3F226
2 changed files with 2 additions and 1 deletions

View File

@ -67,3 +67,4 @@ change.
* Update to ScalaFX 8.0.144-R14
* This is tested against Java 8u144, though it may work with older versions.
* Improvements to `SingletonStage`
* Update Scala to 2.12.4

View File

@ -26,7 +26,7 @@ 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.11.2"
libraryDependencies += "org.gerweck.scala" %% "scalafx-utils" % "0.12.0"
This currently supports both Scala 2.11 and 2.12. Scala 2.11 will remain a
first-class citizen until Scala 2.13 is released unless it would require