]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Sync NEWS from 0.56
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 25 May 2023 11:21:28 +0000 (13:21 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 25 May 2023 11:21:28 +0000 (13:21 +0200)
NEWS

diff --git a/NEWS b/NEWS
index de9fa56cf606ede89ec4e654874a15f8446eb0d1..88a4025f9b3bc1bffdfbf3832a13eadbb24983fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Vala 0.56.8
+===========
+ * Various improvements and bug fixes:
+  - codegen: Include "glib-object.h" when using GType/GBoxedCopyFunc
+  - valadoc: Backing method of lambda-expression isn't included in valadoc AST
+  - valadoc/tests: Add girwriter test
+  - build: Improve usage of AC_PATH_PROG() for valacs
+  - build: valadoc requires valac 0.18.1
+
+ * Bindings:
+  - gio-2.0: Add new symbols from 2.76
+  - glib-2.0: Add new symbols from 2.76
+  - glib-2.0: Fix binding of g_variant_type_n_items()
+  - gtk4: Don't skip AlertDialog ctor
+
 Vala 0.56.7
 ===========
  * Various improvements and bug fixes: