diff options
author | adityacp | 2020-02-13 09:51:15 +0530 |
---|---|---|
committer | adityacp | 2020-02-13 09:51:15 +0530 |
commit | 20c8ebbd65f694bfbf18c229d7b3dfabf439fa3f (patch) | |
tree | 25b0f73c4f4628e9c67058794df5578c044f6e7c /CHANGELOG.txt | |
parent | d7a461639cd57fe78121375bd6730cacecbd63e5 (diff) | |
parent | 32f1d4dc7816bbb93f6dda77591eeb75c3f30c0d (diff) | |
download | online_test-20c8ebbd65f694bfbf18c229d7b3dfabf439fa3f.tar.gz online_test-20c8ebbd65f694bfbf18c229d7b3dfabf439fa3f.tar.bz2 online_test-20c8ebbd65f694bfbf18c229d7b3dfabf439fa3f.zip |
Merge branch 'master' of https://github.com/FOSSEE/online_test into revamp_ui
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 |