Skip to content

Commit

Permalink
Add changelog for version 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Oct 1, 2016
1 parent 46841d9 commit 809634b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions documentation/index.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -1270,6 +1270,26 @@ Block
Change Log
</h2>

<p>
<%= releaseHeader('2016-10-02', '1.11.1', '1.11.0') %>
<ul>
<li>
Bugfix for shorthand object syntax after interpolated keys.
</li>
<li>
Bugfix for indentation-stripping in <code>"""</code> strings.
</li>
<li>
Bugfix for not being able to use the name "arguments" for a prototype
property of class.
</li>
<li>
Correctly compile large hexadecimal numbers literals to
<code>2e308</code> (just like all other large number literals do).
</li>
</ul>
</p>

<p>
<%= releaseHeader('2016-09-24', '1.11.0', '1.10.0') %>
<ul>
Expand Down

0 comments on commit 809634b

Please sign in to comment.