From 563e43473f48ff61ac723eb8cb28136ccd6a0acb Mon Sep 17 00:00:00 2001 From: wpopielarski Date: Thu, 16 Nov 2017 14:13:10 +0100 Subject: [PATCH] Prepares 4.7.1-rc1 release. --- src/sphinx/changelog.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/sphinx/changelog.rst b/src/sphinx/changelog.rst index fbf43f0b..1ef68396 100644 --- a/src/sphinx/changelog.rst +++ b/src/sphinx/changelog.rst @@ -4,6 +4,25 @@ Changelog 4.7.x ----- +4.7.1 RC1 (2017-11-15) +...................... + +- Fixes problem with AssertionError thrown from scalap when potential bytecode is not JVM +- Worksheet multi scala support +- upgrade to scalariform 0.2.6 +- fix nightlies + +The following changes belong to the scala-worksheet part: + +- Multi scala support for scala worksheet +- Bumps up plugin-profiles version for eclipse-oxygen. + +The following changes belong to the scala-ide-play2 part: + +- Fixes problem with malfunctioned closing of twirl template comments +- Enables syntax highlighting in scala.html files. +- Bumps up plugin-profiles version for eclipse oxygen. + 4.7.0 (2017-09-29) ..................