From dd908b21633156c37aff4b443fee0e73ccda5bec Mon Sep 17 00:00:00 2001 From: aditya Date: Wed, 20 May 2020 14:25:59 +0530 Subject: Release 0.2.0 related changes --- CHANGELOG.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGELOG.txt') diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 68290e7..cd0c639 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,16 @@ +=== 0.2.0 (20-05-2020) === + +* Added a discussion forum feature +* Added a reject select button to reject mulitple students from a course +* Added a celery task to regrade the papers +* Merge monitor, grade user and regrade dashboard into a single consolidated dashboard +* Fixed pagination and other issues while searching courses, questions +* Added a search and a dropdown in grade user section +* Added more tests for start quiz view function +* Added a additional option "other" in language for a question which supports all types of question except the coding type +* Fixed search in discussion forum +* Added API for yaksh + === 0.14.0 (07-04-2020) === * Added search bar for searching course -- cgit