From 4f3ee20998d0d2018c6c23c8570400a718903914 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Mon, 2 Jul 2018 00:36:42 +0200 Subject: [PATCH] Updated changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a527df9d..4ff92765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ * Fix Java execution mode with barriers to not deadlock when a thread dies or is interrupted (InterruptedException) * Fix Java execution mode to fail-fast when Kernel execution fails * Java execution mode now provides detailed backtraces of failed Kernel threads including passId, groupIds, globalIds and localIds +* Internal translation of bytecode is now facilitated by the BCEL library +* Scala support has been added (see unit tests). ## 1.9.0 -- GitLab