From b0d417c09e34637404eeac6a4b5917c25ef5a3df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Wed, 18 Mar 2020 21:00:43 +0100 Subject: [PATCH] Update change log. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf4fc7f..b7098cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -1.9.0 - 2020- +1.9.0 - 2020-03-18 ================== - Implemented priority based task scheduling - [pull #196][issue196], [pull #197][issue197] - Each task can be given a non-default priority that controls the relative frequency with which the task gets resumed in concurrent situations - Events are now handled according to the calling task's priority instead of being handled immediately (can be reverted by defining a `VibeHighEventPriority` version) -- Fixeed a bogus contract violation error in `Timer.rearm` - [pull #195][issue195] +- Fixed a bogus contract violation error in `Timer.rearm` - [pull #195][issue195] [issue195]: https://github.com/vibe-d/vibe-core/issues/195 [issue196]: https://github.com/vibe-d/vibe-core/issues/196