From c38aa61ea1a22e46e17aab80b167224a589d39e6 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Tue, 19 Aug 2008 12:25:06 +0200 Subject: [PATCH] Note latest changes --- src/CHANGELOG | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/CHANGELOG b/src/CHANGELOG index f7448d798..7674ac3cc 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,10 +1,16 @@ -ECL 0.9m: -========= +ECL 0.9l-p1: +============ -* Implementation changes: +* Bugs fixed: - - Given that people are used to it, DEFCONSTANT now has compile-time side - effects. + - The optimizer for COERCE might enter an infinite loop for certain + type intervals. + + - The sharp macros #n# and #n=... did not work well with arrays of an + specialized type. + + - Deactivate --enable-asmapply by default, because it is still an experimental + feature. ;;; Local Variables: *** ;;; mode:text ***