changelog: add new MP functions

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
This commit is contained in:
Daniel Kochmański 2015-08-28 13:21:14 +02:00
parent a94a5c2e1e
commit 3aae3d2582

View file

@ -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