Browse Source

Releases: debugger step nested tailcall

pull/1787/head
Sami Vaarala 7 years ago
parent
commit
39a14e614f
  1. 3
      RELEASES.rst

3
RELEASES.rst

@ -3201,6 +3201,9 @@ Planned
* Add C++ name mangling wrappers (extern "C") for extras (GH-1780, GH-1782)
* Fix debugger StepOver behavior when a tailcall happens in a nested
function (not the function where stepping started from) (GH-1786, GH-1787)
* Fix trailing single line comment handling for Function constructor;
new Function('return "foo" //') previously failed with SyntaxError
(GH-1757)

Loading…
Cancel
Save