From 483d4b955555014a4c320e60f2ebd7e6353380ca Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 10 Jan 2007 14:36:21 +0000 Subject: [PATCH] added a note about preferences:save svn: r5299 --- doc/release-notes/drscheme/HISTORY | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/release-notes/drscheme/HISTORY b/doc/release-notes/drscheme/HISTORY index 02c8f6cf60..8bb304cdda 100644 --- a/doc/release-notes/drscheme/HISTORY +++ b/doc/release-notes/drscheme/HISTORY @@ -1,3 +1,14 @@ +------------------------------ + Version 370 +------------------------------ + + . the framework preferences library now saves prefs each + time any one of them is changed, and works better when + multiple apps are both using the library. As a + consequence of this, preferences:save is no longer in + the library. Just remove any calls to it and your code + should work fine. + ------------------------------ Version 353 ------------------------------