update CHANGELOG

This commit is contained in:
Marius Gerbershagen 2020-12-27 19:28:29 +01:00
parent 32704f8cf5
commit 0ddcc9a5f3

View file

@ -31,12 +31,19 @@
** Announcement ** Announcement
** Enhancements ** Enhancements
- less cryptic names in backtraces of C-compiled functions - 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 - ECL can now use precompiled headers to speed up compilation. Use ~(setq
c::*use-precompiled-headers* nil)~ to disable this feature c::*use-precompiled-headers* nil)~ to disable this feature
** Issues fixed ** Issues fixed
- the generational and precise garbage collector modes work again
- ~serve-event~ extension may be used simultaneously from different threads now - ~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 ** API changes
- a condition ~ext:timeout~ is defined - a condition ~ext:timeout~ is defined
* 20.4.24 changes since 16.1.3 * 20.4.24 changes since 16.1.3