From 23366d4fbd2cc41c6bb00e25eef538bfd17b53f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Wed, 5 Oct 2016 16:08:59 +0200 Subject: [PATCH] update changelog Closes #200. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 891652f1e..668bbfb31 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -29,6 +29,10 @@ * Pending changes since 16.1.2 ** API changes +- mp:holding-lock-p: introduce new function for multiprocessing. +Function verifies, if lock is hold by the thread which calls the +function. Usage: =(mp:holding-lock-p my-lock)=. + - make-random-state: fix problem with simple-vectors The correct initialization types for =make-random-state= are: =(OR RANDOM-STATE FIXNUM (MEMBER T NIL))=.