2022-01-08  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.48.21

	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  <ricotz@ubuntu.com>

	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  <ricotz@ubuntu.com>

	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