mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
* Changelog sub-sections should use h3, not h2; no need for hack anchor tag anymore * Internationalize dates to user’s locale * Consistent names * Split up the changelog into separate files per version; make HTML markup consistent with the other sections in the docs * Fix sidebar links for introduction and overview
389 B
389 B
releaseHeader('2016-10-02', '1.11.1', '1.11.0')
- Bugfix for shorthand object syntax after interpolated keys.
- Bugfix for indentation-stripping in
"""strings. - Bugfix for not being able to use the name “arguments” for a prototype property of class.
- Correctly compile large hexadecimal numbers literals to
2e308(just like all other large number literals do).