2019-01-21  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.43.6

	vala: Don't tweak closure on static lambdas
	Regression of 92ba4e178723b1aa6404da556c79b08abe5eaf05

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

2019-01-21  Corentin Noël  <corentin@elementary.io>

	gst-editing-services-1.0: Fix some construtors and (un)hide symbols

2019-01-21  Rico Tzschichholz  <ricotz@ubuntu.com>

	tests: Add asynchronous "catch-error-scope" regression test
	See https://gitlab.gnome.org/GNOME/vala/issues/741

	Revert "codegen: Use copies of error_variable of catch-clauses for nested usage"
	This reverts commit 765c39c73c3096dd1de984db023763ec13448ef5.

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

	libvaladoc/girimporter: Skip "source-position" elements
	See https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/75

	javascriptcoregtk-4.0: Fix GLib.Callback parameters which can't hold target

2019-01-20  Michal Proszek  <michal.proszek@gmail.com>

	genie: Support `protected` accessibility and allow explicit `public`
	Fixes https://gitlab.gnome.org/GNOME/vala/issues/346

2019-01-20  Rico Tzschichholz  <ricotz@ubuntu.com>

	codegen: Don't apply address-of operator on literals when casting to array
	Regression of 5f316333d6a803e4240b5cccc95a6abd2294137b

	https://bugzilla.gnome.org/show_bug.cgi?id=777194

2019-01-19  Corentin Noël  <corentin@elementary.io>

	libvaladoc: Build backing Vala.SourceFile for GIRs processed by importer
	This fixes criticals when reporting errors and warnings

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