File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,17 @@ Version 8.3.0DEV
38
38
before the next phase of a contest like setup of teams, before problem
39
39
imports, before upgrades.
40
40
- Fixed some bugs to become OpenAPI spec compliant again.
41
+ - Prevent a race condition leading to two submissions receiving the same
42
+ colour balloon.
41
43
- Compile executables with `-std=gnu++20` now.
42
44
- Record the testcase directory for judging runs, this makes investigating
43
45
easier.
44
46
- Set default C/C++ standards in configure script, we intend to ship all
45
47
scripts free of warnings/errors.
48
+ - Add option to not show any rank on mirror contests, this is useful when
49
+ you want to disclose the problems but not make comparing easy between the
50
+ official contest and the mirror.
51
+ - Allow basic authentication for the import-contest URL.
46
52
47
53
Version 8.2.0 - 6 March 2023
48
54
----------------------------
You can’t perform that action at this time.
0 commit comments