From e66f92fa450d76bca88f97bfdc0bc5310265d49e Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Tue, 3 Feb 2004 18:35:52 +0000 Subject: [PATCH] *** empty log message *** --- src/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index 1a477a753..cd080a076 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1744,6 +1744,9 @@ ECL 0.9d - In destructuring lambda lists, () or NIL is understood as an empty list. + - (VALUES (FOO)) was compiled as a simple call (FOO), without + truncating the number of values output by the latter. + * Documentation: - New manual page documents the scripting facilities of ECL