From 20dd6237b6fb223afa4d0fba18a1c1a58c2aa3f6 Mon Sep 17 00:00:00 2001 From: virusdefender Date: Tue, 26 Mar 2019 10:29:34 +0800 Subject: [PATCH] add update notes --- docs/data.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/data.json b/docs/data.json index 318c912..f8d5a63 100644 --- a/docs/data.json +++ b/docs/data.json @@ -1,5 +1,19 @@ { "update": [ + { + "version": "2019-03-25", + "level": "Recommend", + "title": "2019-03-25", + "details": [ + "Update Django to version 2.1 and Python to version 3.7", + "Replace celery with dramatiq", + "Add problem file IO Mode", + "You can add attachments in all editor", + "You can upload source code file in submission editor", + "Frontend and UI improvements", + "Fixed a lot of bugs" + ] + }, { "version": "2018-12-15", "level": "Recommend",