File tree 2 files changed +16
-14
lines changed
2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -1207,24 +1207,25 @@ Expressions
1207
1207
< %= releaseHeader ( '2015 - 04 - 15 ', '1.9 .2 ', '1.9 .1 ') % >
1208
1208
< ul >
1209
1209
< 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 .
1212
1212
</ li >
1213
1213
< li >
1214
- < tt > yield</ tt > now behaves as expected around expressions containing
1214
+ Bugfix for < tt > yield</ tt > around expressions containing
1215
1215
< tt > this</ tt > .
1216
1216
</ li >
1217
1217
< 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
1219
1219
requiring a module before execution with < tt > --eval</ tt > or
1220
1220
< tt > --interactive</ tt > .
1221
1221
</ li >
1222
1222
< 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 > <script type="text/coffeescript"></ 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 > .
1225
1226
</ li >
1226
1227
< 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 .
1228
1229
</ li >
1229
1230
</ ul >
1230
1231
</ p >
Original file line number Diff line number Diff line change @@ -2499,24 +2499,25 @@ <h2>
2499
2499
</ b >
2500
2500
< ul >
2501
2501
< 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 .
2504
2504
</ li >
2505
2505
< li >
2506
- < tt > yield</ tt > now behaves as expected around expressions containing
2506
+ Bugfix for < tt > yield</ tt > around expressions containing
2507
2507
< tt > this</ tt > .
2508
2508
</ li >
2509
2509
< 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
2511
2511
requiring a module before execution with < tt > --eval</ tt > or
2512
2512
< tt > --interactive</ tt > .
2513
2513
</ li >
2514
2514
< 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 > <script type="text/coffeescript"></ 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 > .
2517
2518
</ li >
2518
2519
< 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 .
2520
2521
</ li >
2521
2522
</ ul >
2522
2523
</ p >
You can’t perform that action at this time.
0 commit comments