From: Matthew Flatt <mflatt@cs.utah.edu>
To: plt-scheme@list.cs.brown.edu
Subject: [plt-scheme] 350.5
Date: Mon, 10 Jul 2006 11:16:44 -0600

MzScheme and MrEd are now version 350.5 in the SVN repository trunk.

The change is minor:

 * Added `syntax-local-lift-module-end-declaration’. This is an
   experimental feature similar to `syntax-local-lift-expression’, but
   that it adds to the end of a module instead of before the current
   declaration (and it works only for run-time expressions in modules,
   always ifting to the module level).

Matthew