From 53294f889d75eb622cdd9782dd03f419cc0966d7 Mon Sep 17 00:00:00 2001 From: Gordon Date: Thu, 20 May 2021 23:18:04 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c49ade..69bc4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.9.3 + +* Fixed performance issue where React app would keep adding event listeners every time the board was re-rendered + # 0.9.2 * Update kanbn dependency, fixes some bugs in paramCase converter that were causing task ids to not generate correctly (which would have broken lots of boards and required manual fixing... this should sort out most if not all of the problems)