0.0.8 (2014-07-03)
~~~~~~~~~~~~~~~~~~

* Support for PyPy3
* Improved error messages (in generated code)
* Use namedtuple-like for multiple return values
  (https://bugzilla.gnome.org/show_bug.cgi?id=727374)
* Remove Gst overrides to match PyGObject
* Some minor compatibility fixes, performance improvements


0.0.7 (2014-03-24)
~~~~~~~~~~~~~~~~~~

* Python 3 support
* Clutter overrides removed to match PyGObject
* Implement GObject.list_properties
* Multiple docstring fixes for pgi-docgen
* Expose callback types as dummy functions with docstrings
* Sync GLib overrides with PyGObject trunk


0.0.6.3 (2013-11-29)
~~~~~~~~~~~~~~~~~~~~

* Marshalling fixes: GList[int], gunichar, foreign structs, cairo.Surface,
* Match pygobject signatures for functions taking a callback
* Docstring improvements (needed for pgi-docgen)

0.0.6.2 (2013-11-16)
~~~~~~~~~~~~~~~~~~~~

* Various fixes for new cffi/pygobject releases

0.0.6.1 (2013-04-24)
~~~~~~~~~~~~~~~~~~~~

* Fix packaging

0.0.6 (2013-04-24)
~~~~~~~~~~~~~~~~~~

* Basic cairo support (using cairocffi)
* Faster object creation
* Basic argument marshaling with signals
* New API documentation: http://lazka.github.io/pgi-docs/

0.0.5 (2013-03-20)
~~~~~~~~~~~~~~~~~~

* Various fixes

0.0.4 (2013-02-04)
~~~~~~~~~~~~~~~~~~

* Various fixes

0.0.3 (2013-02-02)
~~~~~~~~~~~~~~~~~~

* Initial release
