From 80a771c1e418bacdfabc613c457aab5982de73c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kruli=C5=A1?= Date: Mon, 14 Mar 2022 01:36:32 +0100 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 506f10b..ae81d41 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,7 +15,8 @@ This change log tracks the releases on our [pilot server](https://recodex.mff.cu | 3.2.2021 | v1.25.0 | v1.25.0 | v1.7.2 | v1.3.0 | v1.0.0 | v1.1.0 | # 14.3.2022 -- Support for compile arguments for C and C++ environments added. +- Switching API strictly to PHP 7.4 (PHP 7.3 support dropped!) +- Support for compile arguments for C and C++ environments added Both `c-gcc-linux` and `cxx-gcc-linux` needs to be updated from [runtimes repository](https://github.com/ReCodEx/runtimes) and the following commands must be invoked afterwards to fix exercise configurations: ```