From 6c77fd9e2fff6a397ab464211611b96975c4dd2d Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Tue, 24 Mar 2020 17:57:47 -0700 Subject: [PATCH] Update changes --- 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 fdcda6c93..610eba11b 100644 --- a/src/general-info/release-21e.md +++ b/src/general-info/release-21e.md @@ -34,6 +34,7 @@ public domain. * ~~#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"`. * ~~#81~~ Added contribs from Eric Marsden + * ~~#82~~ Replace bc with expr in GNUMakefile * Other changes: * Improvements to the PCL implementation of CLOS: * Changes to building procedure: -- GitLab