* Added the ``sqlite_ext`` module, including support for virtual tables, full-text search, user-defined functions, collations and aggregates, as well as more granular locking.
* Manually convert data-types when doing simple aggregations - fixes issue 208
* Profiled code and dramatically increased performance of benchmarks.
* Added a proxy object for lazy database initialization - fixes issue 210
Commits: https://github.com/coleifer/peewee/compare/2.1.2...2.1.3
Released 2013-06-28
-------------------------------------