docs for 0.1.1

This commit is contained in:
Jeremy Ashkenas 2009-12-24 12:02:28 -08:00
parent bfb24c6b5d
commit 39ceca477d
2 changed files with 10 additions and 0 deletions

View File

@ -414,6 +414,11 @@ coffee-script --print app/scripts/*.cs > concatenation.js</pre>
<h2 id="change_log">Change Log</h2>
<p>
<b class="header" style="margin-top: 25px;">0.1.1</b>
Added <tt>instanceof</tt> and <tt>typeof</tt> as operators.
</p>
<p>
<b class="header" style="margin-top: 25px;">0.1.0</b>
Initial CoffeeScript release.

View File

@ -793,6 +793,11 @@ world...";
<h2 id="change_log">Change Log</h2>
<p>
<b class="header" style="margin-top: 25px;">0.1.1</b>
Added <tt>instanceof</tt> and <tt>typeof</tt> as operators.
</p>
<p>
<b class="header" style="margin-top: 25px;">0.1.0</b>
Initial CoffeeScript release.