changelog: add fresh changes

This commit is contained in:
Daniel Kochmanski 2017-05-02 15:04:54 +02:00
parent 1ee24e8e3d
commit 72579f4b74

View file

@ -29,6 +29,7 @@
* Pending changes since 16.1.3
** Enhancements
- package local nicknames has been implemented (after SBCL)
- hash table extensions are documented in newdoc
- various cleanups performed in the compiler
- compiler is less verbose by default now
@ -48,6 +49,7 @@
- buildsystem parallel builds work (i.e make -j999)
- ECL builds on consoles with unusual encodings on Windows (i.e cp936)
** API changes
- package local nicknames protocol (documented in newdoc)
- make-hash-table accepts =:synchronize= flag for thread safe variant. New
predicate =ext:hash-table-synchronized-p= implemented
- make-hash-table =:weakness= argument new variant =:key-or-value=