Skip to content

Commit 25546fd

Browse files
authored
Add a changelog notice for GetProcAddress change in 2.0.15 (#15675)
See #15674
1 parent 55f060a commit 25546fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ChangeLog.md

+3
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@ See docs/process.md for more on how version tagging works.
404404
- Several pthreads exit-related fixes (#12985) (#10524).
405405
- Fix IDBFS syncing with existing directories (#13574).
406406
- 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)
407410

408411
2.0.14: 02/14/2021
409412
------------------

0 commit comments

Comments
 (0)