From ff7b90a23cca512718a4aa2c0df0873820ef1cac Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Wed, 19 May 2010 02:42:50 +0000
Subject: [PATCH] Update from logs.

---
 general-info/release-20b.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt
index af0fec3bf..67fb59634 100644
--- a/general-info/release-20b.txt
+++ b/general-info/release-20b.txt
@@ -46,6 +46,14 @@ New in this release:
     - Source information (file) for defstructs and deftypes is now
       provided.  DESCRIBE will now print out the name of the file
       where the defstruct/deftype was defined.
+    - ASDF2 and MK-DEFSYS have been added as contrib modules.  Use
+      (require 'asdf) or (require 'defsystem) to load these,
+      respectively. 
+    - The previous cmu-contrib module no longer exists.  Just use
+      (require 'module-name) to load the desired contrib module.
+    - A new switch, -help, has been added.  These print out brief
+      summary of the available command line switches and then exits.
+      You may also use --help, which is an alias for -help.
 
   * ANSI compliance fixes:
     - COMPILE will update the macro-function if the specified name
-- 
GitLab