
Changes
=======

2.2
---

- added mechanism to point soups to a path with an existing soup, so 
  mount points can be used from several sites. Also overhauled UI of 
  control panel and added more information what happens on mount or 
  move. 2010-11-16  jensens

2.1
---

- added working move mechanism  2010-09-09 jensens, rnix
- added deepcopy support 2010-09-09 jensens
- added length support for SoupData using BTree's Length. 2010-09-08 jensens
- overhauled control panel UI 2010-09-08 jensens
- fix query bug. only convert single value to 2-tuple when search key
  refers to FieldIndex instance 2010-07-20 - rnix
- consider ``sort_index``, ``limit`` and ``reverse`` as query 
  kwargs 2010-07-20 - rnix

2.0
---

- change API 2010-06-18 - rnix
- change storage strategy 2010-06-18 - rnix

1.0
---

- complete tests 2009-12-02 - rnix
- remove IIntIds and INameChooser dependencies 2009-12-02 - rnix, jensens

1.0b2
-----

- change namechoosing of records. Use ``uuid.uuid4()`` 2009-10-01 - rnix
- add ``lazy`` function for querying huge results 2009-10-01 - rnix
- yield query result instead of collect in a list 2009-09-29 - rnix

1.0b1
-----

- initial work - rnix, jensens

