This commit is contained in:
Jeremy Ashkenas 2015-01-29 14:58:49 -05:00
parent f7692c92ce
commit 0a9c7a3257
2 changed files with 12 additions and 4 deletions

View File

@ -1211,13 +1211,17 @@ Expressions
that <tt>yield</tt>s.
</li>
<li>
Improved error reporting for string interpolation.
More robust parsing and improved error messages for strings and regexes
especially with respect to interpolation.
</li>
<li>
Changed strategy for the generation of internal compiler variable names.
</li>
<li>
Fixed REPL compatibility with latest versions of Node and IO.js.
Fixed REPL compatibility with latest versions of Node and Io.js.
</li>
<li>
Various minor bug fixes.
</li>
</ul>
</p>

View File

@ -2503,13 +2503,17 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
that <tt>yield</tt>s.
</li>
<li>
Improved error reporting for string interpolation.
More robust parsing and improved error messages for strings and regexes —
especially with respect to interpolation.
</li>
<li>
Changed strategy for the generation of internal compiler variable names.
</li>
<li>
Fixed REPL compatibility with latest versions of Node and IO.js.
Fixed REPL compatibility with latest versions of Node and Io.js.
</li>
<li>
Various minor bug fixes.
</li>
</ul>
</p>