diff options
author | prathamesh | 2017-11-07 13:47:50 +0530 |
---|---|---|
committer | prathamesh | 2017-11-07 13:47:50 +0530 |
commit | 589c5ecbd4fcafffa2e237012c4c2124b53dca0a (patch) | |
tree | d9c116217ce82dbdcc7182fe1afee37ab6a9b6f6 /CHANGELOG.txt | |
parent | bce87033267afdbb4aff958c26d1e6d0cac6d220 (diff) | |
download | online_test-589c5ecbd4fcafffa2e237012c4c2124b53dca0a.tar.gz online_test-589c5ecbd4fcafffa2e237012c4c2124b53dca0a.tar.bz2 online_test-589c5ecbd4fcafffa2e237012c4c2124b53dca0a.zip |
Removed nested try..except
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ab9e4b2..a687446 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ * 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. +* Added the facility to create users by uploading CSV. * Fixed a bug that would require shebang to be put in for Bash assertion based questions. === 0.6.0 (11-05-2017) === |