From: Ian Jackson Date: Sun, 26 Jun 2022 00:55:14 +0000 (+0100) Subject: changelog: document recent changes X-Git-Tag: otter-1.2.1~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=167f8e60711a2dee55623d15ad2057e65d1beac2;p=otter.git changelog: document recent changes Signed-off-by: Ian Jackson --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f48aeba..e246c952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +Version 1.2.1 - 2022-06-26 +========================== + +Bugfixes +-------- + + * Fix "flickering drag select" effect in Chromium, by preventing + propagation of mouse events which Otter's JS has handled itself. + + * Fix documetation of + - Date of Version 1.2.0 in this changelog + - Format version status and release dates + + * Developer docs: improvements to internal release checklist. + + Version 1.2.0 - 2022-06-24 ==========================