2022-01-08 Rico Tzschichholz Release 0.52.9 codegen: Clear existing length values when revisiting a slice expression Fixes https://gitlab.gnome.org/GNOME/vala/issues/1274 tests: Add "async signal handler" test to increase coverage 2022-01-04 Rico Tzschichholz codegen: Cast given default-value of struct with possible member initializer Fixes https://gitlab.gnome.org/GNOME/vala/issues/1272 codegen: Allow boxing of non-external SimpleType structs Fixes https://gitlab.gnome.org/GNOME/vala/issues/1273 gio-2.0: Add custom MemoryOutputStream.with_*data() wrappers Fixes https://gitlab.gnome.org/GNOME/vala/issues/1271 vala: Correctly replace "in" expression in pre-/postconditions of method Fixes https://gitlab.gnome.org/GNOME/vala/issues/1269 2021-12-20 Rico Tzschichholz vala: Non nullable enum types are simple types Fixes a regression of 5b6345a6386b05aaf3f11cb3572940413eb878a8 Fixes https://gitlab.gnome.org/GNOME/vala/issues/1268 vala: Allow unsafe assignment of integer to enum while reporting a notice