summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-07-14 16:13:16 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2022-07-14 16:13:16 +0200
commitf65cb3451a3d3a7a679e0774cba1f537a7c791de (patch)
tree986f32772ed83f360ae8c922a3cd3c2c68329b2b /NEWS
parent575c2c46842fd504109e0a93c9d9ca55805aa063 (diff)
downloadvala-f65cb3451a3d3a7a679e0774cba1f537a7c791de.tar.gz
Release 0.56.20.56.2master
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8334270b9..566b22462 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Vala 0.56.2
+===========
+ * Various improvements and bug fixes:
+ - codegen: Correctly set array-length for NoAccessorMethods properties [#1316]
+ - codegen: Detect usage of static type-parameter in runtime context [#1326]
+ - vala: Avoid critical in SourceFile.get_mapped_length() [#1330]
+ - codegen: Make sure to initialize static collections
+ - codegen: Split reserved identifiers for C and Vala
+ - codegen: Check cname of fields and methods against reserved identfiers [#1329]
+
+ * Bindings:
+ - glib2.0: Add abs() to int8/int16/int32/ssize_t [#1328]
+ - Add initial wayland-client binding
+ - Add geocode-glib-2.0 binding
+ - Add rest-1.0 bindings
+
Vala 0.56.1
===========
* Various improvements and bug fixes: