Browse Source

Releases: uint64_t union align trick

pull/1799/head
Sami Vaarala 7 years ago
parent
commit
51700cf808
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -3215,6 +3215,9 @@ Planned
* Add C++ name mangling wrappers (extern "C") for extras (GH-1780, GH-1782)
* Add a duk_uint64_t to duk_hbuffer_fixed forced alignment union trick just
in case double and uint64_t alignment requirements differ (GH-1799)
* Fix debugger StepOver behavior when a tailcall happens in a nested
function (not the function where stepping started from) (GH-1786, GH-1787)

Loading…
Cancel
Save