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