From 46a1840e62267a6700ede9cb8d5eae9c39ca21b8 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Tue, 2 Jun 2020 15:06:38 +0530 Subject: Release 0.20.2 related changes --- CHANGELOG.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5151c1d..e50ecd3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,14 @@ -=== 0.20.1 (21-05-2020) === +== 0.20.2 (02-06-2020) === + +* Added a custom filter to convert str objects to int in templates +* Fixed a bug that prevented users from seeing the last submitted MCQ answers +* Updated the TinyMCE editor with multiple plugins +* Fixed issue in question file upload for empty question instance +* Changed variable name for uploaded file to avoid conflict with the queryset variable +* Display question solution in view answer paper +* Fixed bug to check if attempts are allowed and spare time is available before answer is checked + +== 0.20.1 (21-05-2020) === * Rename celery.py to celery_settings.py to avoid conflicts with the celery app -- cgit