Skip to content

Commit f3d9eb4

Browse files
authored
Add ChangeLog entries for 64-bit integer changes (#24289)
1 parent 5b489fc commit f3d9eb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ See docs/process.md for more on how version tagging works.
2828
`requestFullScreen`, `createContext`, `getUserMedia`, `setCanvasSize`) are no
2929
longer exported by default. They can be exported using
3030
`-sEXPORTED_RUNTIME_METHODS=requestFullscreen`, for example. (#24223, #24269)
31+
- Embind: fixed support for unsigned 64-bit integers, which were previously
32+
returned to JavaScript as their signed counterparts. (#24285)
33+
- Added handing for 64-bit integer access to AddressSanitizer, `-sSAFE_HEAP` and
34+
`-sSUPPORT_BIG_ENDIAN` features. (#24283)
3135

3236
4.0.8 - 04/30/25
3337
----------------

0 commit comments

Comments
 (0)