Skip to content

Commit

Permalink
fixing changelog -- it was a regression from an earlier commit, not a…
Browse files Browse the repository at this point in the history
… true fix.
  • Loading branch information
jashkenas committed May 1, 2011
1 parent 08294dc commit 71bcdb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion documentation/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,6 @@ <h2>
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>

Expand Down

0 comments on commit 71bcdb9

Please sign in to comment.