]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Sync NEWS from 0.56
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Apr 2023 08:48:07 +0000 (10:48 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 18 Apr 2023 08:48:07 +0000 (10:48 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 8cea0f21f538e415e3d88088d077e2ff2cbbad5f..de9fa56cf606ede89ec4e654874a15f8446eb0d1 100644 (file)
--- 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 <glib/gstdio.h>
+
 Vala 0.56.6
 ===========
  * Regression fix: