Add support for recursion to changelog.

This commit is contained in:
Mike Pall 2010-03-02 05:55:23 +01:00
parent a1bacd8d68
commit eed5585c51

View File

@ -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>