1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Add changelog for version 1.11.1

This commit is contained in:
Simon Lydell 2016-10-01 20:55:23 +02:00
parent 46841d916d
commit 809634ba39

View file

@ -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>