Change log
==========

0.3 dev
-------

- Implemented rest of list methods.
  [malthe]
  
- Refactoring of table bootstrapping; internal tables now using a
  naming convention less likely to clash with existing tables.
  [malthe]

- Added support for ``schema.Dict`` (including polymorphic dictionary
  relation).
  [malthe]

- Implemented polymorphic relations for a subset of the basic types
  (int, str, unicode, tuple and list).
  [malthe]

0.2.9
-----

- Tables are now only created once per minimal interface; this fixes
  issue on both SQLite and Postgres when we create mappers with an
  explicit polymorphic class.
  [malthe]

- First entry in change-log.
