From 2797d6e82197c4820c49ab7b359b24f3a1592f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 20 Jan 2019 14:50:38 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e2026..1747cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.5.0 - 2019-01-20 +================== + +- Added statically typed CSP style cross-task channels - [pull #25][issue25] + - The current implementation is buffered and supports multiple senders and multiple readers + +[issue25]: https://github.com/vibe-d/vibe-core/issues/25 + + 1.4.7 - 2019-01-20 ==================