diff options
author | Palaparthy Adityachandra | 2020-04-07 15:15:06 +0530 |
---|---|---|
committer | GitHub | 2020-04-07 15:15:06 +0530 |
commit | 4802a89acef7567c6a8861daab60924fe862367f (patch) | |
tree | 1e1e23461bc7f8330a6fcb34220ce1a60361b42c /CHANGELOG.txt | |
parent | e08af49ea33585f101335d0c25b1ea22f85fcdd0 (diff) | |
parent | 8c907916799c756e658d61dec1b3f46903880097 (diff) | |
download | online_test-4802a89acef7567c6a8861daab60924fe862367f.tar.gz online_test-4802a89acef7567c6a8861daab60924fe862367f.tar.bz2 online_test-4802a89acef7567c6a8861daab60924fe862367f.zip |
Merge pull request #687 from adityacp/release_0.14.00.14.0
Release 0.14.0 related changes
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 18063e5..68290e7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,14 @@ +=== 0.14.0 (07-04-2020) === + +* Added search bar for searching course +* Added codemirror for R language +* Fixed a bug which did not allow to save the empty expected input field for +Standard input output based test case +* Improved UX for creating course modules, lessons, quizzes and practice exercises +* Fixed bug in the custom middleware to get proper user timezone and manage +concurrent user logins +* Prettify error message for R language + === 0.13.0 (11-03-2020) === * Revamped the UI and UX for the interface and standardised with Bootstrap 4 (Lumen theme from https://bootswatch.com/) |