From 72a9927dc3bde78793bd98c7106d32c308c89455 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 5 Sep 2010 07:42:00 -0500 Subject: [PATCH] updated history --- doc/release-notes/drracket/HISTORY.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/release-notes/drracket/HISTORY.txt b/doc/release-notes/drracket/HISTORY.txt index 863aa6cadc..93a6c473df 100644 --- a/doc/release-notes/drracket/HISTORY.txt +++ b/doc/release-notes/drracket/HISTORY.txt @@ -1,9 +1,14 @@ + . Added image->color-list and color-list->bitmap to + 2htdp/image + . The "language in the source" language now automatically compiles more files (with the default options). Specifically, files that are in a collections directory are now compiled, unless they are the main system collection (as reported by (find-system-path 'collects-dir). + . minor bug fixes + ------------------------------ Version 5.0.1 ------------------------------