notes for 352.5

svn: r4163
This commit is contained in:
Matthew Flatt 2006-08-28 02:03:08 +00:00
parent b75b99fe76
commit ed4db6045d
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Version 352.4
Removed on-scroll from canvas<%> and editor-canvas%
----------------------------------------------------------------------
Version 352, July 2006

View File

@ -1,3 +1,12 @@
Version 352.5
for-each, ormap, and andmap now tail-apply the given function
for the last call
Version 352.4
class.ss: added inherit/inner and inherit/super, to eventually
replace rename-super and rename-inner;
added member-name-key=?
Version 352.2
Added raise-arity-error
Changed bytecode compiler to perform more closure conversion