Add missing compatibility items to the Racket change log

Merge to 5.3
This commit is contained in:
Matthew Flatt 2012-04-19 12:41:32 -06:00
parent 8600e7fe31
commit 1a981d1cc2

View File

@ -3,11 +3,15 @@ ffi/unsafe: integer-type bounds consistently checked
Version 5.2.900.1 Version 5.2.900.1
Add submodules, including module*, module-compiled-submodules Add submodules, including module*, module-compiled-submodules
Change resolver protocol so that declaration notify is always issued Changed module-path? to report #t for paths
Change load/use-compiled handler to work with submodules Changed resolved module paths to allow lists that represent
submodule paths; see the revised contract on resolve-module-path-name
Changed the module name resolver protocol so that a module declaration
always triggers a notifification
Changed the load/use-compiled handler protocol to subpport a submodule
module
compiler/zo-struct: added pre-submodules and post-submodules field to compiler/zo-struct: added pre-submodules and post-submodules field to
mod, changed name field to allow a list of symbols mod, changed name field to allow a list of symbols
Changed module-path? to report #t for paths
Version 5.2.1.7 Version 5.2.1.7
racket/sandbox: added sandbox-gui-enabled and sandbox-make-namespace; racket/sandbox: added sandbox-gui-enabled and sandbox-make-namespace;