From c0ce923523412b85a31637bb7c63bc07cf869b08 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Tue, 3 Jul 2018 21:47:46 +0300 Subject: [PATCH] Add note about compressed and signed releases --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4bd9561..e6bd82dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,8 @@ been added to each release, please refer to the [blog](https://blog.gitea.io). * Improve English grammar and consistency (#3614) * DEPLOYMENT * Allow Gitea to run as different USER in Docker (#3961) + * Provide compressed release binaries (#3991) + * Sign release binaries (#4188) ## [1.4.3](https://github.com/go-gitea/gitea/releases/tag/v1.4.3) - 2018-06-26 * SECURITY