diff options
author | Mahesh Gudi | 2018-03-21 13:48:56 +0000 |
---|---|---|
committer | GitHub | 2018-03-21 13:48:56 +0000 |
commit | 9a5918700857ee7b912221e1df850bb0288262c2 (patch) | |
tree | 367ef8a4e85b0b6643836ab83786f9e7e8c00d95 /CHANGELOG.txt | |
parent | e244cd285669d3de80a764d75eecbb46b6d3fd63 (diff) | |
parent | 4b356aa2f6097cd0f46292218f31ded18b631e53 (diff) | |
download | online_test-9a5918700857ee7b912221e1df850bb0288262c2.tar.gz online_test-9a5918700857ee7b912221e1df850bb0288262c2.tar.bz2 online_test-9a5918700857ee7b912221e1df850bb0288262c2.zip |
Merge branch 'master' into fix_quiz_completion
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e259117..d3364e0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +=== 0.8.0 === + +* Added a management command to add users to moderator group +* Renamed add_group management command to create_mod_group +* Deprecated multiple management commands: dump_user_data, load_exam, load_question_xml, results2csv + === 0.7.0 (15-11-2017) === * Simplified Standard I/O type question error output. |