Update date and fix formatting error in 1.10.0 changelog

This commit is contained in:
Simon Lydell 2015-09-03 22:08:34 +02:00
parent f26d33d418
commit fcf5924dae
2 changed files with 6 additions and 8 deletions

View File

@ -1225,16 +1225,15 @@ Expressions
</h2> </h2>
<p> <p>
<%= releaseHeader('2015-09-04', '1.10.0', '1.9.3') %> <%= releaseHeader('2015-09-03', '1.10.0', '1.9.3') %>
<ul> <ul>
<li> <li>
CoffeeScript now supports ES6-style destructuring defaults. CoffeeScript now supports ES6-style destructuring defaults.
</li> </li>
<li> <li>
<code>(offsetHeight: height) -&gt;</code> no longer compiles. That <code>(offsetHeight: height) -&gt;</code> no longer compiles. That
syntax was accidental and partly broken. Use <code>({offsetHeight: syntax was accidental and partly broken. Use <code>({offsetHeight: height}) -&gt;</code>
height}) -&gt;</code> instead. Object destructuring always requires instead. Object destructuring always requires braces.
braces.
</li> </li>
<li> <li>
<p>Several minor bug fixes, including:</p> <p>Several minor bug fixes, including:</p>

View File

@ -2465,7 +2465,7 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
<div class="anchor" id="1.10.0"></div> <div class="anchor" id="1.10.0"></div>
<b class="header"> <b class="header">
<a href="https://github.com/jashkenas/coffeescript/compare/1.9.3...1.10.0">1.10.0</a> <a href="https://github.com/jashkenas/coffeescript/compare/1.9.3...1.10.0">1.10.0</a>
<span class="timestamp"> &mdash; <time datetime="2015-09-04">September 4, 2015</time></span> <span class="timestamp"> &mdash; <time datetime="2015-09-03">September 3, 2015</time></span>
</b> </b>
<ul> <ul>
<li> <li>
@ -2473,9 +2473,8 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
</li> </li>
<li> <li>
<code>(offsetHeight: height) -&gt;</code> no longer compiles. That <code>(offsetHeight: height) -&gt;</code> no longer compiles. That
syntax was accidental and partly broken. Use <code>({offsetHeight: syntax was accidental and partly broken. Use <code>({offsetHeight: height}) -&gt;</code>
height}) -&gt;</code> instead. Object destructuring always requires instead. Object destructuring always requires braces.
braces.
</li> </li>
<li> <li>
<p>Several minor bug fixes, including:</p> <p>Several minor bug fixes, including:</p>