From d56a553235252b7b5e1b2e9f7bce5e71caf8838e Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sat, 23 Nov 2024 14:12:53 +0100 Subject: [PATCH] tweak changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6666eb3..606b626af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ - sokol_app.h html5: Merged PR https://github.com/floooh/sokol/pull/1159 (related issue https://github.com/floooh/sokol/issues/1154). - This cleans up code that is concerned about finding the HTML canvas to - render to by: + This cleans up code that is concerned about finding the WebGL/WebGPU HTML canvas by: - removing any leftover hacks from the time when Emscripten moved from `document.getElementById()` to `document.querySelector()` for