From 1c8318c589ed798bbf8c6fac394dc28434aa0240 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Sat, 17 Jun 2006 00:41:36 +0000 Subject: [PATCH] provided some history for 350 svn: r3384 --- doc/release-notes/teachpack/HISTORY | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/release-notes/teachpack/HISTORY b/doc/release-notes/teachpack/HISTORY index afafc5a868..d4924e8056 100644 --- a/doc/release-notes/teachpack/HISTORY +++ b/doc/release-notes/teachpack/HISTORY @@ -1,3 +1,17 @@ +------------------------------------------------------------------------ +VERSION 350 [Fri Jun 16 20:37:38 EDT 2006] + + * The draw package (ProfJ) spawns a new Canvas per new Canvas. + The implementation of draw.ss has changed for that, though the visible + interface should remain the same. + + * The idraw package provides imperative versions of World and Canvas. + + * Small bugs in world.ss and image.ss fixed. + + * servlet.ss and servlet2.ss are still missing. Expect their arrival + for 351. + ------------------------------------------------------------------------ VERSION 300 [Mon Dec 12 15:59:02 EST 2005]