1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

fixing changelog -- it was a regression from an earlier commit, not a true fix.

This commit is contained in:
Jeremy Ashkenas 2011-05-01 14:29:48 -04:00
parent 08294dc4d6
commit 71bcdb91c8
2 changed files with 0 additions and 2 deletions

View file

@ -1035,7 +1035,6 @@ Expressions
Fixed an edge-case infinite loop in <tt>addImplicitParentheses</tt>.
Fixed exponential slowdown with long chains of function calls.
Globals no longer leak into the CoffeeScript REPL.
Function calls can be used as default values for parameters.
Splatted parameters are declared local to the function.
</p>

View file

@ -1951,7 +1951,6 @@ task(<span class="String"><span class="String">'</span>build:parser<span class="
Fixed an edge-case infinite loop in <tt>addImplicitParentheses</tt>.
Fixed exponential slowdown with long chains of function calls.
Globals no longer leak into the CoffeeScript REPL.
Function calls can be used as default values for parameters.
Splatted parameters are declared local to the function.
</p>