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:
parent
08294dc4d6
commit
71bcdb91c8
2 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue