From 1554c686c73c29228bf5b77425837fe27f3aa201 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Fri, 7 Feb 2014 08:15:27 -0800 Subject: [PATCH] Add news about lisp-unit. --- src/general-info/release-20f.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/general-info/release-20f.txt b/src/general-info/release-20f.txt index 8df0287f7..628236bf2 100644 --- a/src/general-info/release-20f.txt +++ b/src/general-info/release-20f.txt @@ -45,6 +45,8 @@ New in this release: * Run-time checks for zero pages on newly allocated pages has been disabled now that the lazy zeroing of the heap pages has been the default for several months now. + * Add lisp-unit as a contrib. Use (require :lisp-unit) to load + it. Precompiled fasls are not included. * ANSI compliance fixes: * The values on the branch cuts for the inverse trig and -- GitLab