Browse Source

Releases: duk_get/require_buffer_data()

pull/222/head
Sami Vaarala 10 years ago
parent
commit
2a240bd3cc
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -962,6 +962,9 @@ Planned
allocation of a dynamic buffer which is useful for some buffer manipulation
algorithms (GH-129)
* Add duk_get_buffer_data() and duk_require_buffer_data() API calls which
accept both plain buffer and buffer object values (GH-190)
* Change typing of "duk_context" from "void" to "struct duk_hthread" which
should improve compiler warnings/errors when accidentally passing an invalid
"ctx" pointer to a Duktape API call (GH-178)

Loading…
Cancel
Save