Changelog for postgresql-tx-0.2.0.0
Change log
0.2.0.0
- Changed the
TxMencoding from a plain newtype-over-IO to a reader. - Removed the
TxandUnsafeTxtype classes. TxEnvis now a type class. AddedTxEnvsfor convenience.- Added
TxException. - Added the
HEnvtype. - Changed module structure so that unsafe functions are provided in an
Unsafemodule.
0.1.0.0
Initial release