From 4168d40b2bec73ca7c9512b7f04a382b1506c73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Fri, 23 Oct 2020 22:01:27 +0200 Subject: [PATCH] Update change log. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 929cc0f..7320a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.11.0 - 2020-10-24 +=================== + +- Added a concurrent mode to `pipe()` using `PipeMode.concurrent` to improve throughput in I/O limited situations - [pull #233][issue233] + +[issue233]: https://github.com/vibe-d/vibe-core/issues/233 + + 1.10.3 - 2020-10-15 ===================