From 23d9f60e1e3354db4b261e48f046bbc604411453 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Mon, 17 Feb 2020 22:33:36 -0800
Subject: [PATCH] Update from release logs.

Issue #80 is fixed.
---
 src/general-info/release-21e.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/general-info/release-21e.md b/src/general-info/release-21e.md
index 8e765e866..6d448bb89 100644
--- a/src/general-info/release-21e.md
+++ b/src/general-info/release-21e.md
@@ -29,6 +29,7 @@ public domain.
   * Gitlab tickets:
     * ~~#73~~ Update clx from upstream clx
     * ~~#79~~ Autoload ASDF when calling `REQUIRE` the first time.  User's no longer have to explicitly load ASDF anymore.
+    * ~~#80~~ Use ASDF to load contribs.  cmu-contribs still exists but does nothing.  The contrib names are the same, except it's best to use a keyword instead of a string.  So, `:contrib-demos` instead of `"contrib-demos"`.
   * Other changes:
   * Improvements to the PCL implementation of CLOS:
   * Changes to building procedure:
-- 
GitLab