2009-04-13: Version 0.3.0-alpha-4
--------------------------------
* Changed attribute 'attribute_name' on ObjectValue widget class, to support
  callable values and object paths instead of attribute names.

2009-04-10: Version 0.3.0-alpha-3
--------------------------------
* New attribute on widgets: truncate_overflow, to truncate widget values when they
  overflow
* Default widget height changed to zero ( 0 ).

2009-04-08: Version 0.3.0-alpha
--------------------------------
* Fixed a bug on queryset attribute in Report class
* Created a new class DetailBand, to support inline displayed detail bands

2009-02-01: Version 0.2.2-stable
--------------------------------
* Fixed setup.py to not require PIL and ReportLab from PyPI
* All band classes are transformed in objects on objects initializations. This
  is important to work with inheritance, and it is important to make a future
  important thing: events (specially BeforePrint and AfterPrint events)
* Fixed test of MatPlotLib support

2009-01-23: Version 0.2-alpha(4)
--------------------------------
* Removed all Django dependecy. Now when use '%(now:)s' macro in SystemField
  instances you have to use Python date formatting standards.

* Fixed PDF generator to set some report reference instances to graphic
  elements. This is important to make graphic elements in a detail band.

* graphics.Image with a new attribute 'get_image' to set manually functions
  to return image instead of load from PIL object or image. This is important
  to show images and charts depending on object values and logic.

* Added support to border in Report class to make borders around the margin.
