0.5.0:

* Ellipse:
  Constructor: Added default parameter values.
  (Murray Cumming)
* Item:
  - modify get_items_at(): Corrected the constness of the parameters.
  - Added get/set_child_property().
  (Jonathon Jongsma)
* ItemModel:
  - Added properties and signals.
  - Added get/set_child_property().
  (Jonathon Jongsma)
* ItemSimple:
  - Added get/set_bounds(), and get_line_width().
  - Added vfuncs.
  (Jonathon Jongsma)
* TextModel:
  - Correct a bug in the constructor.
  - alignment property: Use a C++ type.
  (Gennaro Bellizio. Bug #517817)

* Build:
  Correct installation of .m4 gmmproc files, 
  and correct the .pc file.
  (Murray Cumming) (Bug #489865. Yaakov Selkovitz)

0.4.0:

* Canvas:
  - Make the properties public.
  - Added get_bounds(Bounds&) method overload.
* Item: Make the properties public.
* Added Table, with an example.
  (Murray Cumming)

0.3.0:

* Canvas: Wrapped the properties.
* Image: Added default values for the constructors.
* Item: get_style(): refcount correction.

0.2.0:

* The pkg-config file is now called goocanvas-1.0 instead of libgoocanvas.
* The files should now be included as, for instance,
  <libgoocanvas/canvas.h>
  instead of 
  <libgoocanvasmm/canvas.h>
* Several constructors were corrected to properly initialize the underlying 
  C objects.
* The parent parameter was removed from all item constructors, 
  to avoid confusion with the unusual memory management used in the C API.
  Use add_child() instead.
* Various methods were added or improved. 

0.1.0

Initial version.
