2020-09-28  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.50.1

	libvaladoc: Fix a couple of C compiler warnings

	g-i: Fix a couple of C compiler warnings

	vapi: Update GIR-based bindings

	gstreamer: Update from 1.19.0+ git master

	gtk4: Update to 3.99.1+15b635d7

	testrunner: Filter external -0X flags to preserve current default -O0

2020-09-27  Rico Tzschichholz  <ricotz@ubuntu.com>

	build: Stop passing obsolete --use-header

	testrunner: Pass --enable-checking to increase coverage

	codegen: Don't pass CCodeFunctionCall to NULL-aware free macro
	This resulted in invalid C code:
	    error: lvalue required as left operand of assignment

	codegen: Don't falsly use g_return_val_if_fail() for async creation method
	Asynchronous creation methods are represented by 5 functions, "*_new",
	"*_new_finish", "*_construct", "*_construct_co" and "*_construct_finish".
	The argument checks are emitted in "*_construct" which is a void function
	and cannot return any value.

	Regression of 43f3e2ca534d082433fbe62aa347b7af443f9f33

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

2020-09-27  Nick Schrader  <nick.schrader@mailbox.org>

	vala: Recognize previously inserted implicit access to with-variable
	Replaces b2746b9c3a2edc17ae7d27b30123fe0aeec52f82

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

	vala: Prioritize the usage of an existing with-variable instance

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

	webkit2gtk-4.0: Update to 2.30.1

	gtk4: Update to 3.99.1+ee75bae8

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

	parser: Allow to begin expression with statement keyword
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/1073

2020-09-17  Rico Tzschichholz  <ricotz@ubuntu.com>

	vala: Improve parsing of with-statement and allow it as embedded statement

	gtk4: Update to 3.99.1+35c3a60c

2020-09-12  Rico Tzschichholz  <ricotz@ubuntu.com>

	gtk4: Update to 3.99.1+9afdb41b

	gtk4: Don't skip LayoutManager.create_layout_child()
	It is marked as not introspectable for some reason.

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