Vala 0.36.16
============
 * Various improvements and bug fixes:
  - codewriter: Prepend "yield" if is_yield_expression is set on
    MethodCall and ObjectCreationExpression
  - codegen: Fix typo in is_pure_ccode_expression() [#673]
  - gobject-introspection: Fix use after free in scanner [#674]
  - vala: Check if ArrayType supports its given element-type in analyzer pass
  - valadoc: Fix some string escaping which gettext complains about
  - girparser: Actually resolve type-arguments to be able to box them if needed
  - codegen: Free errors after returning them on GDBusMethodInvocation [#657]
  - codegen: Add source_reference to unsupported floating reference error
  - vala: Allow read-only properties
  - manual: Update from wiki.gnome.org

 * Bindings:
  - Update GIDL-based bindings to fix unsupported type-arguments
  - glib-2.0: Add Array.remove*() wrapper to avoid leaking generic elements
  - glib-2.0: Add return-type of Queue.remove*(), add HashTable.foreach_steal()
  - glib-2.0: Set DateTime.now () to use local time zone as the default
  - gstreamer: Cherry-pick some fixes from 0.40
  - gtk+-3.0: Update to 3.24.0
  - libxml-2.0: Add missing context parameter in OutputWriteCallback
  - pango: Fix ownership of LayoutIter.get_line()
  - x11: Add binding for XCreateSimpleWindow