From afe7e75f1ee30332ceed3029b6a27810b1159637 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 23 Jul 2009 12:49:16 +0000 Subject: [PATCH] change in 4.2.1 svn: r15540 --- doc/release-notes/drscheme/HISTORY.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/release-notes/drscheme/HISTORY.txt b/doc/release-notes/drscheme/HISTORY.txt index 24f8585819..6720499ba0 100644 --- a/doc/release-notes/drscheme/HISTORY.txt +++ b/doc/release-notes/drscheme/HISTORY.txt @@ -1,3 +1,15 @@ +------------------------------ + Version 4.2.1 +------------------------------ + + . (Eli) The module browser used to treat any non-string require as + "libraries", where they can all be hidden or not. Now this does + not include requires from the same "package", where a package is + defined as a toplevel collection or a planet collection. This + means that requiring a file from your own collection is just as + convenient to do (wrt the module browser) using the normal + symbolic form. + ------------------------------ Version 4.2 ------------------------------