From e97b9c0675943d579898fb8aadde317c91183589 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 23 Nov 2009 16:57:52 +0000 Subject: [PATCH] svn: r16994 --- doc/release-notes/drscheme/HISTORY.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/release-notes/drscheme/HISTORY.txt b/doc/release-notes/drscheme/HISTORY.txt index 69b9b68c9e..128c46a0fd 100644 --- a/doc/release-notes/drscheme/HISTORY.txt +++ b/doc/release-notes/drscheme/HISTORY.txt @@ -1,9 +1,15 @@ +------------------------------ + Version 4.2.3 +------------------------------ + + . minor bug fixes + ------------------------------ Version 4.2.2 ------------------------------ . DrScheme now (by default) automatically compiles your source - files, saving them in the compiled/drscheme/ subdirectory. + files, saving them in the compiled/drscheme/ subdirectory. . Syntax coloring now works for languages using the @-reader (ie, Scribble)