aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-10-23 19:20:34 +0200
committerAndre Weissflog <floooh@gmail.com>2025-10-23 19:20:34 +0200
commitf724dce75c9bf3abb86f8e52e5386f335c40010f (patch)
tree14a26c6c67a4833412ac9f7159352c5a7eee5506
parent9e4b3bf223989b9dc5ab856b8c312b6813613ae3 (diff)
update changelog (https://github.com/floooh/sokol/pull/1363)
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 188cfada..47402fdd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,13 @@
PR: https://github.com/floooh/sokol/pull/1362
+- sokol_gfx.h gl: fix a somewhat esoteric regression in the GL backend
+ feature detection code when an external GL loader is used which provides
+ a GL version older than 4.6. This regression was introduced in PR
+ https://github.com/floooh/sokol/pull/1347.
+
+ Fix PR: https://github.com/floooh/sokol/pull/1363
+
### 21-Oct-2025
- sokol_spine.h: merged PR https://github.com/floooh/sokol/pull/1361 which