瀏覽代碼

Add support for recursion to changelog.

Mike Pall 15 年之前
父節點
當前提交
eed5585c51
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/changes.html

+ 1 - 0
doc/changes.html

@@ -80,6 +80,7 @@ to see whether newer versions are available.
 </ul></li>
 <li>Structural and performance enhancements:
 <ul>
+<li>Compile recursive code (tail-, up- and down-recursion).</li>
 <li>Improve heuristics for bytecode penalties and blacklisting.</li>
 <li>Split CALL/FUNC recording and clean up fast function call semantics.</li>
 <li>Major redesign of internal function call handling.</li>