summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-03-10 19:01:40 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-03-10 19:01:40 +0100
commitc792bd95238e1b23919ab47de2e2de25e0891972 (patch)
treec59baa3ab72aa8f2bb62b24f0ffa90bbf351a7b6 /NEWS
parent65a40cd6728cf82acc91769d180b4f03659b3923 (diff)
downloadvala-c792bd95238e1b23919ab47de2e2de25e0891972.tar.gz
Release 0.51.910.51.91
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16727662f..0a5bcfdc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Vala 0.51.91
+============
+ * Various improvements and bug fixes:
+ - codegen:
+ + Error for missing type-arguments of HashTable (de)serialization [#1147]
+ + Free intermediate temp-variables of postcondition expression [#80]
+ + Use the one available source_reference for internal error [#436]
+ + Fix access to captured generics in async method of interfaces [#537]
+ + Don't ever create null-aware free macro for GenericType
+ + Don't add generics arguments/parameters to async finish method
+ + Drop inner casts before converting between generics and integers
+ - vala:
+ + Add missing null-check in DataType.get_type_signature()
+ + Check array type of declarations for errornous type-arguments
+ + Check (optional) type-arguments of array creation expression
+ + Replace all type parameter occurances in parameters for signal delegate
+
+ * Bindings:
+ - glib-2.0,gio-2.0: Add some missing type-arguments
+ - vapi: Update GIR-based bindings
+
Vala 0.51.90
============
* Various improvements and bug fixes: