From a777d0c8a656c614dc9fe78b00ffca9f24875776 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Wed, 21 Sep 2022 08:14:18 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5260652..db719c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * Fix printing of timing demo results. * Fix an issue with caching zero-sized lumps. * Fix blood color setting (resp. unsetting) in DEH. +* Fix brightmap of the COMPUTE1 texture (by @JNechaevsky). ## Miscellaneous * The code base has been made compatible with Clang 15 and now requires a C99 capable compiler.