From 1a981d1cc21b4b8f0c8d68054ec7974755a3ef5d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 19 Apr 2012 12:41:32 -0600 Subject: [PATCH] Add missing compatibility items to the Racket change log Merge to 5.3 --- doc/release-notes/racket/HISTORY.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index 26a1071ec4..0639b1790c 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -3,11 +3,15 @@ ffi/unsafe: integer-type bounds consistently checked Version 5.2.900.1 Add submodules, including module*, module-compiled-submodules -Change resolver protocol so that declaration notify is always issued -Change load/use-compiled handler to work with submodules +Changed module-path? to report #t for paths +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 mod, changed name field to allow a list of symbols -Changed module-path? to report #t for paths Version 5.2.1.7 racket/sandbox: added sandbox-gui-enabled and sandbox-make-namespace;