diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-10-30 10:10:02 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-10-30 10:11:07 +0200 |
commit | 833f8fc4affbccd82125660a4b2b84f7d2685f97 (patch) | |
tree | e4ba46a36ac8261e892ae10591e1e4b935c9c9db /NEWS | |
parent | 2a7384c77e4f3b0b391367af0d3a24ea27a88000 (diff) | |
download | vala-833f8fc4affbccd82125660a4b2b84f7d2685f97.tar.gz |
Release 0.54.30.54.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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: |