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