From 961aea8d33c6bae0f840d07945ba4eafda1115da Mon Sep 17 00:00:00 2001 From: gerd <gerd> Date: Tue, 15 Apr 2003 13:21:02 +0000 Subject: [PATCH] Mention condition fixes. --- general-info/release-19a.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/general-info/release-19a.txt b/general-info/release-19a.txt index c76fc14fd..30f2ec023 100644 --- a/general-info/release-19a.txt +++ b/general-info/release-19a.txt @@ -33,6 +33,9 @@ New in this release: - Many bugs in CMUCL's type system detected by Paul Dietz' ANSI test suite have been fixed. - Non-keyword keyword names in lambda lists are now accepted. + - Condition slot initialization fixed for the case that two + or more slots have the same :INITARG. + - Condition slot initforms are now evaluated only once. * Numerous bugfixes: -- GitLab