diff options
-rw-r--r-- | CHANGELOG.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d3364e0..fab49a6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,8 @@ === 0.8.0 === -* Added a management command to add users to moderator group -* Renamed add_group management command to create_mod_group +* Refactored the add_group command to allow creation of moderator group and add users to moderator group and renamed to create_moderator * Deprecated multiple management commands: dump_user_data, load_exam, load_question_xml, results2csv +* Changed the unit of time_between_attempts field within Quiz model from days to hours === 0.7.0 (15-11-2017) === |