From 4f018610a4c6c4404d0aeeda4a2448a2d2632b6d Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Mon, 21 Nov 2011 19:21:04 -0500 Subject: [PATCH] fixing release notes --- info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.rkt b/info.rkt index 5d2e641..9f0db04 100644 --- a/info.rkt +++ b/info.rkt @@ -2,7 +2,7 @@ (define name "Whalesong") (define blurb '("A Racket to JavaScript compiler")) -(define release-notes '((p "Some improved error trapping on the view-navigation methods. Bug fix on appcache manifest to allow network communication. Replaced 'not a closure' messages with the application error instead."))) +(define release-notes '((p "Bug fix to allow --compress-javascript to work again. Some improved error trapping on the view-navigation methods. Bug fix on appcache manifest to allow network communication. Replaced 'not a closure' messages with the application error instead."))) (define version "1.8") (define categories '(devtools)) (define repositories '("4.x"))