From b5f526c2ebfaa031c347083a993dfff29ae68cd2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 24 Jun 2019 19:03:51 -0400 Subject: [PATCH] Document mutex-lock timeout param --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aff4b8a..bfda4d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Features - Added a new library `(cycone concurrent)` with support for atomics, immutability, and shared objects. - Relocated existing libraries to `(cyclone match)` and `(cyclone test)`. +- Extended `mutex-lock!` to support an optional `timeout` parameter, per the SRFI 18 spec. Bug Fixes