We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f060a commit 25546fdCopy full SHA for 25546fd
ChangeLog.md
@@ -404,6 +404,9 @@ See docs/process.md for more on how version tagging works.
404
- Several pthreads exit-related fixes (#12985) (#10524).
405
- Fix IDBFS syncing with existing directories (#13574).
406
- Add libmodplug port and allow mod files to be played in SDL2 (#13478).
407
+- `emscripten_GetProcAddress` is now part of `libGL`. Normally the change is not
408
+ noticeable, unless you build in `STRICT` mode and do not already have `-lGL`
409
+ to link in that library. If not, add `-lGL`. (#13524)
410
411
2.0.14: 02/14/2021
412
------------------
0 commit comments