From 4aa4563250739225edf03bac4e91ea02573458ca Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sat, 9 Sep 2023 11:19:31 +0200 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3ff800..5f520ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Unreleased + +* On Web, fix incorrect starting coordinates when handling buffer damage. + # 0.3.0 * On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen (#68).