summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-12-16 09:32:25 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-12-16 09:32:25 +0100
commit8faa03ec13b47a54b6afdc19722281a3e7b44aa6 (patch)
tree8430e04d1486b05397be04799c8aab616b6fab46 /NEWS
parent92b2e9315f9946fdc1821570ee017d9afa6582a3 (diff)
downloadvala-8faa03ec13b47a54b6afdc19722281a3e7b44aa6.tar.gz
Sync NEWS from 0.54
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dba0ec74a..3a6c1ffcd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Vala 0.54.5
+===========
+ * Various improvements and bug fixes:
+ - codegen:
+ + Correctly handle chain up of struct creation methods [#1264]
+ + Use a dedicated EmitContext for _variant_get*() functions
+ + gtkmodule: Handle nested closure elements and bind them accordingly [#1262]
+ - vala:
+ + NullLiteral is not a valid argument for string concatenation [#1260]
+ + Set is_yield_expression in async context when chaining up to async base ctor
+ + Report statement parsing error if it is not meant to be an expression [#1261]
+ + girparser: Avoid possibily creating duplicated attributes
+ - vapigen.m4: use $PKG_CONFIG_SYSROOT_DIR
+
+ * Bindings:
+ - glib-2.0: Always use the actual C type for CCode.array_length_type
+ - gstreamer: Cherry-pick bindings fixes from 0.56
+ - gstreamer-1.0: Unskip the ElementFactory.make/create_full() symbols
+
Vala 0.54.4
===========
* Various improvements and bug fixes: