]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Sync NEWS from 0.52
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 2 May 2021 07:11:39 +0000 (09:11 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 2 May 2021 07:11:39 +0000 (09:11 +0200)
NEWS

diff --git a/NEWS b/NEWS
index c63cc46caf69b98b3367d871b3b48b7dbb1e70da..7ed6cd6e72a473d30d31d31ecef872ca3d662bcf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Vala 0.52.3
+===========
+ * Various improvements and bug fixes:
+  - codegen:
+    + Apply gconstpointer to gpointer cast to GenericType only
+    + Fix access to captured generics in async method of interfaces (2)
+    + Use if-clause for is_in_destructor() condition to be more clear
+    + Add missing "_return" label and "_inner_error*_" declaration in dtors
+    + Don't use G_GNUC_INTERNAL on implicit type specific fields
+  - vala:
+    + length-type of arrays must not be nullable
+    + Report a warning for unhandled errors in destructors
+  - parser:
+    + Minor semantic checks to improve error messages
+    + Allow empty member-initializer and accept trailing comma
+    + Include INTERR token in source_reference of parsed types
+
 Vala 0.52.2
 ===========
  * Regression and bug fixes: