summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankitjavalkar2017-04-28 16:48:21 +0530
committerankitjavalkar2017-05-11 15:23:46 +0530
commit892d5c35287a8c2aaac8f5c4d3843fd46624540d (patch)
treef453b9d5670e5296912b4c24ed7c3d9f90be4cae
parentb6993d79ae2f0d18375555f5ada72b52a3a2e066 (diff)
downloadonline_test-892d5c35287a8c2aaac8f5c4d3843fd46624540d.tar.gz
online_test-892d5c35287a8c2aaac8f5c4d3843fd46624540d.tar.bz2
online_test-892d5c35287a8c2aaac8f5c4d3843fd46624540d.zip
Add a changelog file
-rw-r--r--CHANGELOG.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
new file mode 100644
index 0000000..6812c34
--- /dev/null
+++ b/CHANGELOG.txt
@@ -0,0 +1,27 @@
+=== 0.6.0 (11-05-2017) ===
+
+* Added a course code field that can be used to search a course.
+* Updated the documentation to describe the course code feature
+* Fixed a bug that prevented redirection based on 'next' parameter after login.
+* Fixed a bug that littered residual system processes created by code evaluators.
+* Added the facility to allow moderators to see and download uploaded assignments.
+* Fixed a bug that prevented teachers of a course from editing Question papers.
+* Added a start time and end time for enrollment of a course.
+* Added the facility to allow moderators to edit the details of a course.
+* Added a test_settings.py file to avoid using the committed migrations and rebuild database from scratch while running tests.
+
+=== 0.5.0 (22-03-2017) ===
+
+* Fixed a bug that prevented question tags from being saved when saving questions.
+* Added new question types: 'String Type', 'Integer Type' and 'Float Type'.
+* Fixed a bug that prevented questions from appearing in the same order as they had been added.
+* Added the feature to allow moderators to check uploaded assignments using code hooks.
+* Added error handling for question json upload.
+* Added mathjax rendering to text boxes.
+* Added migration commands to the script.
+* Added migrations folder to the yaksh app.
+* Removed a function call to datetime.now() to set defaults for quiz start time.
+* Fixed a bug that displayed the elements of stdout testcase output as unicode.
+* Fixed a bug that prevented users from logging in using Google OAuth.
+* Added coverage reports to travis.yml.
+