From 76c743c5e6386d56d4876a281df7951779c9fa8b Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Thu, 21 May 2009 12:53:05 +0000 Subject: [PATCH] 4.2. note on universe API, please propagate svn: r14897 --- doc/release-notes/teachpack/HISTORY.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/release-notes/teachpack/HISTORY.txt b/doc/release-notes/teachpack/HISTORY.txt index 8c5523402d..624c4c6440 100644 --- a/doc/release-notes/teachpack/HISTORY.txt +++ b/doc/release-notes/teachpack/HISTORY.txt @@ -1,3 +1,10 @@ +------------------------------------------------------------------------ +Version 4.2 [Thu May 21 08:51:15 EDT 2009] + +* the universe API has changed. It no longer uses chars or symbols + for the callbacks but one-letter strings, except for arrow keys + and special events, which are arbitrarily long strings. + ------------------------------------------------------------------------ Version 4.1.5 [Sat Feb 14 20:12:23 EST 2009]