=======
CHANGES
=======

0.6.0 (2009-11-29)
------------------

- adjust imports, reflect changes in zope packages

- Fix error in the template when ``allowSearch`` attribute of
  the view is set to False and there's no search form.


0.5.0 (2008-04-13)
------------------

- Refactored the search implementation. Now it's very easy to customize the 
  search. The offered z3c.table.interfaces.IValue adapter based search allows
  us to implement any kind of search patters for any context and table 
  combination. 

- Merged search branch back to trunk

- Initial Release
