* Abandoned 0.6.4 and keep 0.6.x stable * Backported doc for transaction
0.6.4
^^^^^^^^^^^^^^^^^^
Abandoned version, please use 0.7.0 instead.
0.6.3
^^^^^^^^^^^^^^^^^^
* Added aiohttp support * Added support for calling ``create()`` on model instances (Contributed by Kinware in 178 180) * Fixed ``get()`` by string, and misc environment issues (Contributed by Tony Wang in 191 193 183 184)
0.6.2
^^^^^^^^^^^^^^^^^^
* Fixed SQLAlchemy prefetch issue (141) * Fixed issue that mixin class on Model not working (174) * Added more documentation (Thanks Olaf Conradi for reviewing)
0.6.1
^^^^^^^^^^^^^^^^^^
* Fixed ``create`` and ``drop`` for ``Enum`` type (160) * A bit more documentation (159)