Skip to content

Commit 635e207

Browse files
committed
Update release date for 1.12.3
1 parent e87d574 commit 635e207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/v1/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2612,7 +2612,7 @@ <h2>Web Chat (IRC)</h2><p>Quick help and advice can usually be found in the Coff
26122612
<h2>Change Log</h2><div class="anchor" id="1.12.3"></div>
26132613
<h2 class="header">
26142614
<a href="https://github.com/jashkenas/coffeescript/compare/1.12.2...1.12.3">1.12.3</a>
2615-
<span class="timestamp"> &mdash; <time datetime="2017-01-22">January 22, 2017</time></span>
2615+
<span class="timestamp"> &mdash; <time datetime="2017-01-24">January 24, 2017</time></span>
26162616
</h2><ul>
26172617
<li><code>@</code> values can now be used as indices in <code>for</code> expressions. This loosens the compilation of <code>for</code> expressions to allow the index variable to be an <code>@</code> value, e.g. <code>do @visit for @node, @index in nodes</code>. Within <code>@visit</code>, the index of the current node (<code>@node</code>) would be available as <code>@index</code>.</li>
26182618
<li>CoffeeScript’s patched <code>Error.prepareStackTrace</code> has been restored, with some revisions that should prevent the erroneous exceptions that were making life difficult for some downstream projects. This fixes the incorrect line numbers in stack traces since 1.12.2.</li>

documentation/sections/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Change Log
22

33
```
4-
releaseHeader('2017-01-22', '1.12.3', '1.12.2')
4+
releaseHeader('2017-01-24', '1.12.3', '1.12.2')
55
```
66

77
* `@` values can now be used as indices in `for` expressions. This loosens the compilation of `for` expressions to allow the index variable to be an `@` value, e.g. `do @visit for @node, @index in nodes`. Within `@visit`, the index of the current node (`@node`) would be available as `@index`.

0 commit comments

Comments
 (0)