From 71bcdb91c8ceb17c36c682c47c3dfc679e2d7ea4 Mon Sep 17 00:00:00 2001
From: Jeremy Ashkenas
Date: Sun, 1 May 2011 14:29:48 -0400
Subject: [PATCH] fixing changelog -- it was a regression from an earlier
commit, not a true fix.
---
documentation/index.html.erb | 1 -
index.html | 1 -
2 files changed, 2 deletions(-)
diff --git a/documentation/index.html.erb b/documentation/index.html.erb
index 16f47946..53a1cb3f 100644
--- a/documentation/index.html.erb
+++ b/documentation/index.html.erb
@@ -1035,7 +1035,6 @@ Expressions
Fixed an edge-case infinite loop in addImplicitParentheses.
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.
diff --git a/index.html b/index.html
index c82c7370..c3d52a94 100644
--- a/index.html
+++ b/index.html
@@ -1951,7 +1951,6 @@ task('build:parser