diff options
author | maheshgudi | 2017-10-25 13:16:16 +0530 |
---|---|---|
committer | maheshgudi | 2017-10-25 13:16:16 +0530 |
commit | eaf1735f748279f3c9c313375c51f2f886292934 (patch) | |
tree | 57bbcb78ac88ddedd2f3544e115680fe0ab0a028 /CHANGELOG.txt | |
parent | 52c0408298a5559cb24f7e2f4251b207546c7d22 (diff) | |
parent | e45b9cce359567c28001b34e1ccd14b51130cdb3 (diff) | |
download | online_test-eaf1735f748279f3c9c313375c51f2f886292934.tar.gz online_test-eaf1735f748279f3c9c313375c51f2f886292934.tar.bz2 online_test-eaf1735f748279f3c9c313375c51f2f886292934.zip |
Merge branch '0.7_bugfix' of https://github.com/maheshgudi/online_test into 0.7_bugfix
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6812c34..8460bca 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,18 @@ +=== 0.7.0 (Tentatively 23-10-2017) === + +* Simplified Standard I/O type question error output. +* Added the facility to search questions using tags. +* Added the facility to search for user profiles on admin site. +* Replaced json format with yaml format for downloading and uploading questions. +* Fixed a bug that returned multiple answerpaper objects for a user. +* Fixed a bug that allowed anyonymous users access quit exam page. +* Fixed a bug that prevented moderators from changing passwords. +* Fixed a bug that returned nonetype object as the last attempted answer. +* Updated the validation of MCQ/MCC type question. +* Fixed a bug that did not allow expected input in Standard I/O type question to be none. +* UI changes in grade user, view answerpaper and monitor pages. +* Fixed a bug that would require shebang to be put in for Bash assertion based questions. + === 0.6.0 (11-05-2017) === * Added a course code field that can be used to search a course. |