summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-10-30 10:38:42 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-10-30 10:38:42 +0200
commit55d61b1a2b03422bf9898766172ee82c4faada1e (patch)
tree036d1c8bfc098db2073f0eba24a8ce678706fe06 /NEWS
parente259ba434cee5fb526e62d4a46fc5121fbda046a (diff)
downloadvala-55d61b1a2b03422bf9898766172ee82c4faada1e.tar.gz
Sync NEWS from 0.54
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 37e0bc847..e50b8be25 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Vala 0.54.3
+===========
+ * Various improvements and bug fixes:
+ - codegen: Actually free data when using "remove(_all)"
+ on GLib.Queue/(S)List [#1238]
+ - vala:
+ + Parameter following ellipsis parameter is not allowed [#1237]
+ + More thorough check of ValueType and set CodeNode.error on failure
+ + Really check compatiblity of error types for delegate symbol
+ + Correctly output signature of callable throwing error
+ + Report error for non ErrorType in throws
+ + Implement CodeWriter.visit_foreach_statement()/visit_catch_clause()
+ - parser: Make sure ErrorCodes are accessible as needed
+ - girparser: Add support for "ref_/ref_sink_/unref_function"
+ metadata for classes [#1233]
+
Vala 0.54.2
===========
* Various improvements and bug fixes: