From 0726d2272b9632e5099c30bfdb9a9e132a7f1dd8 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 4 May 2023 06:51:08 +0200 Subject: [PATCH] ChangeLog entries --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c28ff7086ba..6848ced2276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project are documented in this file. ### General - Fixed missing items compilation error in the generated code related to public functions (#2655). + - Added support for Window transparency on supported platform ### Slint Language @@ -15,6 +16,14 @@ All notable changes to this project are documented in this file. - Added `slint::Image::load_from_svg_data(buffer: &[u8])` to load SVGs from memory. +### LSP + + - Fix auto-completion of local properties or arguments in callbacks or functions + +### VSCode extension + + - Make a visible error message when the `slint-lsp` panics + ## [1.0.2] - 2023-04-26 ### General