Skip to content

Commit f018e94

Browse files
committed
Update changelog
1 parent 79d38cc commit f018e94

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/v1/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2612,11 +2612,12 @@ <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.4"></div>
26132613
<h2 class="header">
26142614
<a href="https://github.com/jashkenas/coffeescript/compare/1.12.3...1.12.4">1.12.4</a>
2615-
<span class="timestamp"> &mdash; <time datetime="2017-02-15">February 15, 2017</time></span>
2615+
<span class="timestamp"> &mdash; <time datetime="2017-02-18">February 18, 2017</time></span>
26162616
</h2><ul>
26172617
<li>The <code>cake</code> commands have been updated, with new <code>watch</code> options for most tasks. Clone the <a href="https://github.com/jashkenas/coffeescript">CoffeeScript repo</a> and run <code>cake</code> at the root of the repo to see the options.</li>
26182618
<li>Fixed a bug where <code>export</code>ing a referenced variable was preventing the variable from being declared.</li>
26192619
<li>Fixed a bug where the <code>coffee</code> command wasn’t working for a <code>.litcoffee</code> file.</li>
2620+
<li>Bugfixes related to tokens and location data, for better source maps and improved compatibility with downstream tools.</li>
26202621
</ul>
26212622
<div class="anchor" id="1.12.3"></div>
26222623
<h2 class="header">

documentation/sections/changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## Change Log
22

33
```
4-
releaseHeader('2017-02-15', '1.12.4', '1.12.3')
4+
releaseHeader('2017-02-18', '1.12.4', '1.12.3')
55
```
66

77
* The `cake` commands have been updated, with new `watch` options for most tasks. Clone the [CoffeeScript repo](https://github.com/jashkenas/coffeescript) and run `cake` at the root of the repo to see the options.
88
* Fixed a bug where `export`ing a referenced variable was preventing the variable from being declared.
99
* Fixed a bug where the `coffee` command wasn’t working for a `.litcoffee` file.
10+
* Bugfixes related to tokens and location data, for better source maps and improved compatibility with downstream tools.
1011

1112
```
1213
releaseHeader('2017-01-24', '1.12.3', '1.12.2')

0 commit comments

Comments
 (0)