This commit is contained in:
Jeremy Ashkenas
2015-02-18 15:46:14 -05:00
parent 533ad8afe9
commit 61988fe361
2 changed files with 4 additions and 2 deletions

View File

@@ -1217,7 +1217,8 @@ Expressions
arguments.
</li>
<li>
Fixed a few <tt>yield</tt>-related bugs.
Fixed a few <tt>yield</tt>-related edge cases with <tt>yield return</tt>
and <tt>yield throw</tt>.
</li>
<li>
Minor bug fixes and various improvements to compiler error messages.

View File

@@ -2509,7 +2509,8 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
arguments.
</li>
<li>
Fixed a few <tt>yield</tt>-related bugs.
Fixed a few <tt>yield</tt>-related edge cases with <tt>yield return</tt>
and <tt>yield throw</tt>.
</li>
<li>
Minor bug fixes and various improvements to compiler error messages.