* Dropped automatic caching of modules. See [19](https://github.com/mcfunley/pugsql/issues/19) for discussion.
0.1.19
* An `encoding` parameter for interpreting sql files can be passed when creating a pugsql module, thanks to [newturok](https://github.com/newturok). * Better exception feedback when calling statements incorrectly with positional arguments. * Added some development setup notes to the README.
0.1.18
* Custom connection `kwargs` are passed through to `create_engine`, thanks to [Brad Greenlee](https://github.com/bgreenlee).
0.1.17
* Added support for multiple statements per file thanks to [Brad Greenlee](https://github.com/bgreenlee).
0.1.16
* Fixed [28](https://github.com/mcfunley/pugsql/issues/28) - better errors when trying to use a query name that is already defined as a method on the `Module` class. * Modules are now iterable (thanks to [Haoyu Qiu](https://github.com/timothyqiu)).