summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2023-04-18 10:48:07 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2023-04-18 10:48:07 +0200
commit895df3ceef74e75e3f9f0e6bc6fbfc76c77beff0 (patch)
tree53e1daa453467841aa501e6fa5d5fd86ed3998a1
parentc438c7d1b4af7c76e0ec2d109dc0120763cfa087 (diff)
downloadvala-895df3ceef74e75e3f9f0e6bc6fbfc76c77beff0.tar.gz
Sync NEWS from 0.56
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
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 <glib/gstdio.h>
+
Vala 0.56.6
===========
* Regression fix: