From 8d00ce3cec9c411e5eca59c71962834b9156aad9 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 13 Jan 2010 16:32:45 +0000 Subject: [PATCH] svn: r17633 --- doc/release-notes/drscheme/HISTORY.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/drscheme/HISTORY.txt b/doc/release-notes/drscheme/HISTORY.txt index d750f8e6f1..247e2b7461 100644 --- a/doc/release-notes/drscheme/HISTORY.txt +++ b/doc/release-notes/drscheme/HISTORY.txt @@ -3,11 +3,13 @@ ------------------------------ . the 2htdp/image library changed: - - changed how equality works (it is now based on how the images draw, instead of on an underlying algebra of images) - added cropping and curves + - overlay, beside, and above now line things up on + centers, rather than upper lefts + - added scene-related funtions (place-image, scene+line, etc) ------------------------------ Version 4.2.3 @@ -20,7 +22,7 @@ ------------------------------ . DrScheme now (by default) automatically compiles your source - files, saving them in the compiled/drscheme/ subdirectory. + files, saving them in the compiled/drscheme/ subdirectory. . Syntax coloring now works for languages using the @-reader (ie, Scribble)