From 39ceca477d16d91dde3d9ccc6a56e9611811b770 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Thu, 24 Dec 2009 12:02:28 -0800 Subject: [PATCH] docs for 0.1.1 --- documentation/index.html.erb | 5 +++++ index.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 6423ebd5..d567cf1f 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -414,6 +414,11 @@ coffee-script --print app/scripts/*.cs > concatenation.js

Change Log

+

+ 0.1.1 + Added instanceof and typeof as operators. +

+

0.1.0 Initial CoffeeScript release. diff --git a/index.html b/index.html index 0fa27701..7125f53a 100644 --- a/index.html +++ b/index.html @@ -793,6 +793,11 @@ world...";

Change Log

+

+ 0.1.1 + Added instanceof and typeof as operators. +

+

0.1.0 Initial CoffeeScript release.