From ce112a6149c3a040576115f6b6c0abc4d1f9e651 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 27 Oct 2019 19:30:44 +0100 Subject: [PATCH] Changelog for 4.0.0 Beta1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a848f99..a3716bbd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.0.0 Beta 1 - 2019-10-27 + +Migration to .NET Core 3.0. This also includes some code changes such as cleanup of configuration and docke nullable support. + +This version does not use alpine image with self contained image any more. Therefore the final image is larger than before but the Squidex layer itself is smaller, which means a reduced disk size and download size when you update Squidex or have multiple versions installed or other .NET Core applications. + ## 3.5.0 - 2019-10-26 **NOTE**: This is the latest release with .NET Core 2.X. Next release will be 3.0 and above. Does not really matter when you use Docker.