Remove change log updates related to documentation and the compiler build system

This commit is contained in:
Geoffrey Booth
2016-12-01 21:40:18 -08:00
parent abe746bf53
commit 1a69493f87

View File

@@ -1371,27 +1371,11 @@ Block
Within single-backtick embedded JavaScript, backticks can now be
escaped via <code>\`</code>.
</li>
<li>
CoffeeScripts <a href="#objects_and_arrays">shorthand object
notation</a> is finally documented.
</li>
<li>
A note was added to the top of the documentation, explaining which
features are output with ES2015+ syntax. All such features are
“opt in”: if you refrain from using them, your code will still
be compatible with all but the most ancient browsers.
</li>
<li>
The browser tests now run in the browser again, and are accessible
<a href="v<%= majorVersion %>/test.html">here</a> if you would like
to test your browser.
</li>
<li>
The browser version of the compiler is now minified using the
<a href="https://github.com/google/closure-compiler-js">JavaScript
version of the Google Closure Compiler</a>, which produces a file
half the size that Uglify.js did.
</li>
<li>
CoffeeScript-only keywords in ES2015 <code>import</code>s and
<code>export</code>s are now ignored.
@@ -1399,19 +1383,10 @@ Block
<li>
The compiler now throws an error on trying to export an anonymous class.
</li>
<li>
Updated various Node functions in the compiler to make Node 7+
deprecation warnings go away.
</li>
<li>
Bugfixes related to tokens and location data, for better source maps
and improved compatibility with downstream tools.
</li>
<li>
Many improvements to the documentation and its build process, with
an eye toward eventually creating separate documentation for
CoffeeScript 2.0.0 (coming soon!).
</li>
</ul>
</p>