summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorankitjavalkar2020-06-02 15:06:38 +0530
committerankitjavalkar2020-06-02 15:07:32 +0530
commit46a1840e62267a6700ede9cb8d5eae9c39ca21b8 (patch)
tree5c137906d8ab3126588872fe997dcd6384364a6e /CHANGELOG.txt
parent0b72c7dd886707b6e9366fd4b4f012dd03fe799c (diff)
downloadonline_test-46a1840e62267a6700ede9cb8d5eae9c39ca21b8.tar.gz
online_test-46a1840e62267a6700ede9cb8d5eae9c39ca21b8.tar.bz2
online_test-46a1840e62267a6700ede9cb8d5eae9c39ca21b8.zip
Release 0.20.2 related changes
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt12
1 files changed, 11 insertions, 1 deletions
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