Skip to content

Commit 1e09d41

Browse files
authored
Move SDL_hid_init to correct version in ChangeLog (#26346)
#26297 didn't make it into the 5.0.2 tag. This pull request moves the ChangeLog entry to 5.0.3.
1 parent e7be62d commit 1e09d41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ See docs/process.md for more on how version tagging works.
2424
API stub functions. These stub functions where never designed to work under
2525
Wasm Workers, so its safer to error at link time if pthread APIs are used
2626
in Wasm Worker-based programs. (#26336)
27+
- SDL2 port updated to include stub functions for `SDL_hid_init()` and related
28+
functions. (#26297)
2729

2830
5.0.2 - 02/25/26
2931
----------------
@@ -46,8 +48,6 @@ See docs/process.md for more on how version tagging works.
4648
C `bool` type rather than `int`. For example `emscripten_proxy_sync` and
4749
`emscripten_is_main_runtime_thread`. (#26316)
4850
- SDL2 port updated from 2.32.8 to 2.32.10. (#26298)
49-
- SDL2 port updated to include stub functions for `SDL_hid_init()` and related
50-
functions. (#26297)
5151
- The remaining launcher scripts (e.g. `emcc.bat`) were removed from the git
5252
repository. These scripts are created by the `./bootstrap` script which
5353
must be run before the toolchain is usable (for folks using a git checkout of

0 commit comments

Comments
 (0)