summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-01-28 14:35:11 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2022-01-28 14:35:11 +0100
commite13e0d6894abb17189f1846b8727b38388b739cc (patch)
tree3927ff994beaacfe34ec1c91d027c8b7fd98aa4d /NEWS
parentdc0302895f237caecbe6463274b3d9ec40e4e8fa (diff)
downloadvala-e13e0d6894abb17189f1846b8727b38388b739cc.tar.gz
Release 0.55.20.55.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 32 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 15e5e3da2..d01efe62d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Vala 0.55.2
+===========
+ * Highlights:
+ - Add support for async main and yield statements in main block [#1275]
+ - Add foreach statement support for GLib.Array and GLib.Sequence
+
+ * Various improvements and bug fixes:
+ - codegen:
+ + Avoid symbol clashes with "va_*" from "stdarg.h"
+ + Access of inline allocated array is guaranteed to be non null [#1282]
+ + Don't uncoditionally null check callback_func for GLib.Closure [#1282]
+ + Access of stack allocated struct is guaranteed to be non null [#1282]
+ + Write array length of formal parameters with fixed length
+ - vala:
+ + Require lvalue access of delegate target/destroy "fields" [#857]
+ + Implement missing YieldStatement.accept()
+ + Add support to infer return type of dynamic signals
+ + Transform assignment of an array element as needed [#889] [#1258]
+ - parser: Reduce the source reference of main block method to its beginning
+ - parser: Improve handling of nullable VarType in with-statement
+ - manual: Update from wiki.gnome.org
+
+ * Bindings:
+ - glib-2.0,gio-2.0: Update 2.72 symbols
+ - gstreamer: Update from 1.19.3+ git master
+ - gtk4: Update to 4.6.0+a092986a
+ - glib-2.0: Fix criticals in string.joinv() with arrays that start with null
+ - vapi: Add linux-media bindings (linux/media.h)
+ - alsa: Add/fix *.alloca() functions
+ - posix: Add limits.h binding
+ - v4l2: Update V4l2.Capabilities and fix some inline arrays
+
Vala 0.55.1
===========
* Highlights: