From: Daniel Kochmański Date: Fri, 28 Aug 2015 11:21:14 +0000 (+0200) Subject: changelog: add new MP functions X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=3aae3d2582efb196463ce896979b0daf781efc25;p=ecl.git changelog: add new MP functions Signed-off-by: Daniel Kochmański --- diff --git a/CHANGELOG b/CHANGELOG index 3d81f02..a09cf70 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -27,6 +27,21 @@ destination (specified with "--prefix" parameter given to configure script). +* Pending changes since 16.0.0 +** API changes + + - New MP functions: + mp:with-rwlock + mp:try-get-semaphore (non-blocking) + mp:mailbox-try-read (non-blocking) + mp:mailbox-try-send (non-blocking) + +** Enhancements: + + - Added code walker (present as *feature* :walker) + +** Issues fixed: + * 16.0.0 changes since 15.3.7 ** API changes