diff options
author | King | 2018-06-18 17:28:48 +0530 |
---|---|---|
committer | GitHub | 2018-06-18 17:28:48 +0530 |
commit | e3ad85ace916354ab96b23c1359ee72a6c2a740b (patch) | |
tree | 5acefb37b41e94e1161dd24439552c280f2d65be /CHANGELOG.txt | |
parent | 4eb754c2e71922819de7390d1b4993a21763de3e (diff) | |
parent | a6284b34e69140ba2a4f2f277ca0708b1c231ebc (diff) | |
download | online_test-e3ad85ace916354ab96b23c1359ee72a6c2a740b.tar.gz online_test-e3ad85ace916354ab96b23c1359ee72a6c2a740b.tar.bz2 online_test-e3ad85ace916354ab96b23c1359ee72a6c2a740b.zip |
Merge pull request #484 from FOSSEE/release-0.8.1v0.8.1
Release 0.8.1
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 01d80dd..d603d34 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,19 @@ +=== 0.8.1 (18-06-2018) === + +* Fixed a bug where quiz completion shows inprogress even after completing. +* Changed send bulk mail to add recipients to BCC list instead of TO list. +* Changed course status feature to view student progress more easily and quickly. +* Changed student course dashboard to view completion percentage per module and + overall course. +* Added support for nose asserts for python assertion based evaluation. +* Added a new feature to show error line number in student code for python + based questions only. +* Replaced django render_to_response function with render function in views. +* Upgraded Django version from 1.9.5 to 1.10. +* Fixed pep8 for the code base. +* Fixed a bug that allows answer to be true if there are no test cases to a code + question. + === 0.8.0 (23-03-2018) === * Refactored the add_group command to allow creation of moderator group and add users to moderator group and renamed to create_moderator. |