From: Rico Tzschichholz Date: Sat, 8 Jan 2022 20:49:40 +0000 (+0100) Subject: Sync NEWS from 0.54 X-Git-Tag: 0.55.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73a038895c2f79555bae2bf5a4c25bd345a823f;p=thirdparty%2Fvala.git Sync NEWS from 0.54 --- diff --git a/NEWS b/NEWS index 3a6c1ffcd..6aff076bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Vala 0.54.6 +=========== + * Various improvements and bug fixes: + - codegen: + + Allow boxing of non-external SimpleType structs [#1273] + + Cast given default-value of struct with possible member initializer [#1272] + + Clear existing length values when revisiting a slice expression [#1274] + - vala: + + Allow unsafe assignment of integer to enum while reporting a notice + + Non nullable enum types are simple types [#1268] + + Correctly replace "in" expression in pre-/postconditions of method [#1269] + + * Bindings: + - gio-2.0: Add custom MemoryOutputStream.with_*data() wrappers [#1271] + Vala 0.54.5 =========== * Various improvements and bug fixes: