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
