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

	Release 0.36.1

	vapigen: Add --nostdpkg option like in valac

2017-04-01  Rico Tzschichholz  <ricotz@ubuntu.com>

	gtk+-4.0: Update to 3.90.0

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

	gtk+-4.0: Update to 3.89.5+1202082b

	gtk+-2.0,gtk+-3.0: Mark "intersection" param of Widget.intersect() as out

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

	vapi: Update GIR-based bindings

	glib-2.0: Add missing version macro and constants

	gstreamer-1.0: Fix Pad.set_*_function() bindings
	https://bugzilla.gnome.org/show_bug.cgi?id=750838

	girparser: Add destroy argument for metadata
	https://bugzilla.gnome.org/show_bug.cgi?id=750838

2017-03-24  Timm Bäder  <mail@baedert.org>

	glib-2.0: unichar.to_string doesn't return null

	subroutine: Set parent_node of body block

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

	codegen: Don't leak target-reference when casting/assigning owned delegates
	Regression of 6d07669384cdb70c3c657dba67d5048212f25da9

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

	codegen: Fix delegate initializer for instance fields
	Set delegate-target to "self" which is available in *_instance_init().

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

	vala: Slightly improve lamdba-expression error on target-type mismatch

	vala: Perform arguments-check against actual .end() method-signature
	This results in error message referring to the actual expected signature.

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

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

	method: Always consider compatible with itself
	This is even the case with unresolved types.

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