浏览代码

update changelog (sokol-nim emscripten support via https://github.com/floooh/sokol/pull/1086)

Andre Weissflog 1 年之前
父节点
当前提交
c0e0563e90
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      CHANGELOG.md

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 ## Updates
 
+### 30-Jul-2024
+
+Merged PR https://github.com/floooh/sokol/pull/1086 which adds Emscripten target platform
+support for the Nim bindings. Please also see PR https://github.com/floooh/sokol-nim/pull/31
+and the sokol-nim readme for details: https://github.com/floooh/sokol-nim
+
+Many thanks to @Nazariglez for the PRs!
+
 ### 28-Jul-2024
 
 sokol_gfx.h WebGL2: An important hotfix/workaround for a regression