From 5c4f432bd004364fc5114912730786f0536cde9a Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Tue, 4 Feb 2020 16:43:46 +0530 Subject: Release 0.12.0 related changes --- CHANGELOG.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dc80135..4145e07 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,14 @@ +=== 0.12.0 (04-02-2020) === + +* Added syntax highlighting to the code answers in answerpaper +* Added feature to allow adding newlines to Standard IO testcases +* Added an evaluator to support R language +* Fixed bug to only allow self created grading systems to show up in the course +form +* Fixed bug to hide deleted questions from search results +* Fixed bug to check if residual files exist before teardown operations in +JavaStdIOEvaluator + === 0.11.0 (27-09-2019) === * Upgraded python-social-auth 0.2.19 to social-auth-app-django 3.1.0 -- cgit