2017-03-18  Rico Tzschichholz  <ricotz@ubuntu.com>

	Release 0.36.0

2017-03-18  Alistair Thomas  <astavale@yahoo.co.uk>

	Rework NEWS for 0.36.0 release

2017-03-14  Ole André Vadla Ravnås  <oleavr@gmail.com>

	vala: Fix MemberAccess.is_non_null() for EnumValue constants
	This is because an EnumValue object does not have a type reference.

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

2017-03-14  Marvin W  <git@larma.de>

	codegen: Properly null-out source on ownership-transfer of delegates

2017-03-14  Rico Tzschichholz  <ricotz@ubuntu.com>

	gio-2.0: Add/"Unlock" missing GTask symbols

	vala: Make MarkupReader a simple class *not* derived from GLib.Object
	MarkupReader contains 3 properties which emit a g_object_notify() on every
	set which is not wanted and generates useless overhead.

2017-03-14  Alistair Thomas  <astavale@yahoo.co.uk>

	valac: State default output directory is current working directory
	https://bugzilla.gnome.org/show_bug.cgi?id=740303

2017-03-14  Rico Tzschichholz  <ricotz@ubuntu.com>

	tests: Merge two main methods

	signalmodule: Handle nullable ValueTypes properly and treat them as pointer
	Nullable value-types are actually pointers to heap-allocated structures.
	Therefore a pointer-based marshaller is required for those types.

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