Revert "move changelog"

This reverts commit 3ddd3115eb.
This commit is contained in:
Jeremy Ashkenas 2015-01-30 13:44:42 -05:00
parent 3ddd3115eb
commit c2abe253a1
2 changed files with 4 additions and 8 deletions

View File

@ -1216,6 +1216,8 @@ Expressions
</li>
<li>
Changed strategy for the generation of internal compiler variable names.
Note that this means that <tt>@example</tt> function parameters are no longer
available as naked <tt>example</tt> variables within the function body.
</li>
<li>
Fixed REPL compatibility with latest versions of Node and Io.js.
@ -1244,10 +1246,6 @@ Expressions
<li>
Fixed location data for string interpolations, which made source maps out of sync.
</li>
<li>
This-assigning <tt>@example</tt> function parameters are no longer also
available as naked <tt>example</tt> variables within the function body.
</li>
<li>
The error marker in error messages is now correctly positioned if the code is indented with tabs.
</li>

View File

@ -2508,6 +2508,8 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
</li>
<li>
Changed strategy for the generation of internal compiler variable names.
Note that this means that <tt>@example</tt> function parameters are no longer
available as naked <tt>example</tt> variables within the function body.
</li>
<li>
Fixed REPL compatibility with latest versions of Node and Io.js.
@ -2540,10 +2542,6 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
<li>
Fixed location data for string interpolations, which made source maps out of sync.
</li>
<li>
This-assigning <tt>@example</tt> function parameters are no longer also
available as naked <tt>example</tt> variables within the function body.
</li>
<li>
The error marker in error messages is now correctly positioned if the code is indented with tabs.
</li>