From 9678a335a90e06373804729a8d1b8fdc3c321b67 Mon Sep 17 00:00:00 2001 From: crertel Date: Tue, 25 Jun 2024 00:35:41 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 884ada4..999c0e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This is a major update that adds support for Cairo and makes Cairo the default r * Add CI - @axelson * Updat README for 0.12 - @axelson * Improve text handling - @JediLuke -* Better control of scene element opacity wiht `:clear` background - @seb3s +* Better control of scene element opacity with `:clear` background - @seb3s * Add `input_blacklist` options to remove `InputEvent` streams - @ringlej * Fix `script_opts_draw_line` to handle stroke properly - @ringlej * Add arc script command - @GPrimola