Browse Source

update changelog

Andre Weissflog 1 năm trước cách đây
mục cha
commit
bc0765457f
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      CHANGELOG.md

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 ## Updates
 ## Updates
 
 
+### 27-Feb-2024:
+
+- Merged PR https://github.com/floooh/sokol/pull/1001, this is a small fix for GLES3 to avoid
+  calling glInvalidateFramebuffer() on non-existing depth/stencil surfaces.
+
+  Many thanks to @danielchasehooper!
+
 #### 26-Feb-2024:
 #### 26-Feb-2024:
 
 
 - Minor fix in sokol_imgui.h: The drawing code now detects and skips the special
 - Minor fix in sokol_imgui.h: The drawing code now detects and skips the special