From 0ddcc9a5f3e15bcc0f1515d293b04ed22bf39f93 Mon Sep 17 00:00:00 2001 From: Marius Gerbershagen Date: Sun, 27 Dec 2020 19:28:29 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 70cf4ca4..f6795b93 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,12 +31,19 @@ ** Announcement ** Enhancements - less cryptic names in backtraces of C-compiled functions -** Issues fixed -- The generational and precise garbage collector modes work again - ECL can now use precompiled headers to speed up compilation. Use ~(setq c::*use-precompiled-headers* nil)~ to disable this feature ** Issues fixed +- the generational and precise garbage collector modes work again - ~serve-event~ extension may be used simultaneously from different threads now +- several Unicode issues have been fixed thanks to Vladimir Sedach +- encoding issues when reading in the output of the MSVC compiler have been fixed +- inlining of a local function which closes over a variable no longer leads + to miscompilations if a variable with the same name exists at the point + where the function is inlined +- the bytecompiler handles load time forms from literal objects correctly + with regards to the evaluation order and to multiple occurrences of the same + literal object in a single file ** API changes - a condition ~ext:timeout~ is defined * 20.4.24 changes since 16.1.3