removing errant line from changelog

This commit is contained in:
Jeremy Ashkenas 2011-08-08 10:03:41 -04:00
parent 8a4ec8f562
commit ab326aea4c
2 changed files with 2 additions and 6 deletions

View File

@ -1072,9 +1072,7 @@ Expressions
<a href="https://github.com/jashkenas/coffee-script/compare/1.1.1...1.1.2">1.1.2</a>
<span class="timestamp"> &ndash; <small>August 4, 2011</small></span>
</b>
We now use the native <tt>Function.prototype.bind</tt> for bound function
literals where available.
Fixes for: block comment formatting, <tt>?=</tt> compilation, implicit calls
Fixes for block comment formatting, <tt>?=</tt> compilation, implicit calls
against control structures, implicit invocation of a try/catch block,
variadic arguments leaking from local scope, line numbers in syntax errors
following heregexes, property access on parenthesized number literals,

View File

@ -1984,9 +1984,7 @@ task(<span class="String"><span class="String">'</span>build:parser<span class="
<a href="https://github.com/jashkenas/coffee-script/compare/1.1.1...1.1.2">1.1.2</a>
<span class="timestamp"> &ndash; <small>August 4, 2011</small></span>
</b>
We now use the native <tt>Function.prototype.bind</tt> for bound function
literals where available.
Fixes for: block comment formatting, <tt>?=</tt> compilation, implicit calls
Fixes for block comment formatting, <tt>?=</tt> compilation, implicit calls
against control structures, implicit invocation of a try/catch block,
variadic arguments leaking from local scope, line numbers in syntax errors
following heregexes, property access on parenthesized number literals,