Browse Source

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

Andre Weissflog 1 year ago
parent
commit
c0e0563e90
1 changed files with 8 additions and 0 deletions
  1. 8 0
      CHANGELOG.md

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 ## Updates
 ## 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
 ### 28-Jul-2024
 
 
 sokol_gfx.h WebGL2: An important hotfix/workaround for a regression
 sokol_gfx.h WebGL2: An important hotfix/workaround for a regression