From 895df3ceef74e75e3f9f0e6bc6fbfc76c77beff0 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 18 Apr 2023 10:48:07 +0200 Subject: Sync NEWS from 0.56 --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 8cea0f21f..de9fa56cf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Vala 0.56.7 +=========== + * Various improvements and bug fixes: + - codegen: + + Fix usage of lambda-expression from delegate initializer [#1428] + - vala: + + Check type-argument count of interface prerequisites + + Improve Symbol.to_string() to include TypeParameters + + Improve error message for wrong number of type-arguments + + Improve check of type_reference in ObjectCreationExpression + + Allow inheritance from sealed class in bindings [#1036] + - Fix a couple of type-argument issues in vala itself + - g-i: Fix compiling with mingw clang + + * Bindings: + - gio-2.0,glib-2.0,gtk+-3.0,gtk4: Fix a few binding issues + - glib-2.0: g_chdir is declared in + Vala 0.56.6 =========== * Regression fix: -- cgit v1.2.1