From bf42cad7a8511908c08c93022eaef9a6b3b6b49a Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Mon, 18 Sep 2023 17:33:59 +0200 Subject: [PATCH] changelog: fix another minor (literally) typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ae545813..350e65d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ #### 18-Sep-2023 -- PR https://github.com/floooh/sokol/pull/893 has been merged, this fixes a small issue +- PR https://github.com/floooh/sokol/pull/893 has been merged, this fixes a minor issue in the GL backend when using an injected texture as framebuffer attachment. - Issue https://github.com/floooh/sokol/issues/884 has been fixed via PR https://github.com/floooh/sokol/pull/894, this adds missing error code paths in the Metal backend when Metal object creation fails.