diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-01-22 10:15:39 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-01-22 10:21:11 +0100 |
commit | a915e0cd0158bf7d81afebc63c952b7928969ba7 (patch) | |
tree | 4e7ce15467dedeb0b0e874cff5cb0509db54493c /NEWS | |
parent | 04806bb5df09f07aab7903222ecee2244c7a9f70 (diff) | |
download | vala-a915e0cd0158bf7d81afebc63c952b7928969ba7.tar.gz |
Release 0.47.30.47.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Vala 0.47.3 +=========== + * Highlights: + - Add further support for params arrays [#128] + + * Various improvements and bug fixes: + - codegen: + + Don't set implemenation of interface property to its own [#891] + + Use result value of assignment rather than its computation [#895] + + Cast instance parameter in member-initializer for base-properties [#899] + - vala: + + Infer target_type in coalescing expressions [#892] + + Non-nullable value-type in coalesce expression needs to be copied [#893] + + Fix short-circuiting behavior of coalescing operator [#534] + + Always bail if there are semantic errors + - girparser: Apply explicitly given ctype metadata attributes on callables + + * Bindings: + - glib-2.0: Let (u)int.try_parse() return false if there is an unparsed part + - gtk4: Update to 3.96.0+7e2e92a8 + - gstreamer: Update from 1.17.0+ git master + - vapi: Update GIR-based bindings + - webkit2gtk-4.0: Update to 2.27.4 + Vala 0.47.2 =========== * Highlights: |