From 7d55aa154382ca1a29aa6ba8a177953bdd43bf9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= <sybren@stuvel.eu> Date: Mon, 14 Jan 2019 11:39:24 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f103e21a..53d2af3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,10 @@ This file logs the changes that are actually interesting to users (new features, changed functionality, fixed bugs). -## Version 2.3 (or 2.2.1, in development) +## Version 2.2.1 (2019-01-14) -- Fixed bug where an uncaught exception could make the Worker stop requesting tasks. +- Fixed bug where an uncaught exception could make the Worker stop requesting tasks or go into an + infinite loop. ## Version 2.2 (2019-01-11) -- GitLab