Skip to content

Commit 46d16b5

Browse files
committed
jashkenas#3942 -- revising changelog
1 parent d16cf19 commit 46d16b5

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

documentation/index.html.js

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,24 +1207,25 @@ Expressions
12071207
<%= releaseHeader('2015-04-15', '1.9.2', '1.9.1') %>
12081208
<ul>
12091209
<li>
1210-
Fixed the watch mode error
1211-
<tt>The two following source files have the same output file</tt>.
1210+
Fixed a <b>watch</b> mode error introduced in 1.9.1 when compiling
1211+
multiple files with the same filename.
12121212
</li>
12131213
<li>
1214-
<tt>yield</tt> now behaves as expected around expressions containing
1214+
Bugfix for <tt>yield</tt> around expressions containing
12151215
<tt>this</tt>.
12161216
</li>
12171217
<li>
1218-
Added a Ruby-style <tt>-r</tt> option to the cli, which allows
1218+
Added a Ruby-style <tt>-r</tt> option to the REPL, which allows
12191219
requiring a module before execution with <tt>--eval</tt> or
12201220
<tt>--interactive</tt>.
12211221
</li>
12221222
<li>
1223-
To avoid dublicate browser requests for .coffee files, you can now
1224-
use script tags with the <tt>data-src</tt> attribute.
1223+
In <tt>&lt;script type="text/coffeescript"&gt;</tt> tags, to avoid
1224+
possible duplicate browser requests for .coffee files,
1225+
you can now use the <tt>data-src</tt> attribute instead of <tt>src</tt>.
12251226
</li>
12261227
<li>
1227-
Minor bug fixes for IE8, strict ES5 regexp and browserify support.
1228+
Minor bug fixes for IE8, strict ES5 regular expressions and Browserify.
12281229
</li>
12291230
</ul>
12301231
</p>

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2499,24 +2499,25 @@ <h2>
24992499
</b>
25002500
<ul>
25012501
<li>
2502-
Fixed the watch mode error
2503-
<tt>The two following source files have the same output file</tt>.
2502+
Fixed a <b>watch</b> mode error introduced in 1.9.1 when compiling
2503+
multiple files with the same filename.
25042504
</li>
25052505
<li>
2506-
<tt>yield</tt> now behaves as expected around expressions containing
2506+
Bugfix for <tt>yield</tt> around expressions containing
25072507
<tt>this</tt>.
25082508
</li>
25092509
<li>
2510-
Added a Ruby-style <tt>-r</tt> option to the cli, which allows
2510+
Added a Ruby-style <tt>-r</tt> option to the REPL, which allows
25112511
requiring a module before execution with <tt>--eval</tt> or
25122512
<tt>--interactive</tt>.
25132513
</li>
25142514
<li>
2515-
To avoid dublicate browser requests for .coffee files, you can now
2516-
use script tags with the <tt>data-src</tt> attribute.
2515+
In <tt>&lt;script type="text/coffeescript"&gt;</tt> tags, to avoid
2516+
possible duplicate browser requests for .coffee files,
2517+
you can now use the <tt>data-src</tt> attribute instead of <tt>src</tt>.
25172518
</li>
25182519
<li>
2519-
Minor bug fixes for IE8, strict ES5 regexp and browserify support.
2520+
Minor bug fixes for IE8, strict ES5 regular expressions and Browserify.
25202521
</li>
25212522
</ul>
25222523
</p>

0 commit comments

Comments
 (0)