2021-10-04  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.52.6

	vala: Set source references of created DataType instances in OCE
	This improves error message for expected type arguments.

	gtk4: Backport fixes from 0.54.2

	gio-2.0: Backport fixes from 0.54.2

	tests: Add "integer/float literal" tests to increase coverage

	vala: Accept NullType as generic type argument

	docs: Add myself to AUTHORS

	docs: Bump vala version references in README.md

	build: At least valac 0.16.1 is required

	vala: Multi-dimensional params-array not allowed
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1230

2021-09-22  Rico Tzschichholz  <ricotz@ubuntu.com>

	codegen: Add type declaration for implicit temporary local variable

	vala: Don't restrict element type of GLib.Array
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1227

2021-09-22  Gustav Hartvigsson  <gustav.hartvigsson@gmail.com>

	valadoc: Correctly format background of inline @link's
	Tested in Firefox, Chromium and Gnome Web.

	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1226

2021-09-22  Rico Tzschichholz  <ricotz@ubuntu.com>

	vala: Warn about unsupported cast to void and drop it
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1070

	gio-2.0: Unhide a few usable symbols which are marked not introspectable
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1222

	glib-2.0: Add RefString since 2.58
	Thanks to Jiří Janoušek

	See https://gitlab.gnome.org/GNOME/vala/issues/666

	Fixes https://gitlab.gnome.org/GNOME/vala/issues/723

	tests: Extend "field access" tests to increase coverage
	See https://gitlab.gnome.org/GNOME/vala/issues/1221

2021-09-18  Rico Tzschichholz  <ricotz@ubuntu.com>

	glib-2.0: Current constants in GLib.Math are part of glib.h
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1220

2021-09-18  Princeton Ferro  <princetonferro@gmail.com>

	codegen: Fix property access inside opaque compact class
	Avoid using "priv" when accessing a private or internal field backing a
	property of a compact class.