Release 1.5
===============

* Dario Teixeira's patch adding support for more array types, namely
  bool[], int8[], text[], float4[], and float8[].
* Michael Ekstrand's patch to make PG'Ocaml work with batteries,
  if so requested (it still uses ExtLib by default).
* Dario Teixeira's patch adding support for Hstore.
* David Allsopp's patch fixing connection on Windows.
* David Allsopp's patch for better reporting of nullable results.
* Dario Teixeira's patch adding support for the 'hex' serialisation
  format introduced with PostgreSQL 9.0.
* Matías Giovannini's patch adding support for cursors.
* Dario Teixeira's patch adding support for the various transaction
  options in function 'begin_work'.


Release 1.4
===========

* Boris Yakobowski's patch that replaces 'rows' and 'varname'
  with '_rows' and '_varname' (avoids unused variable warnings)
* Support for INET type (patch by David Allsopp)
* Dario Teixeira's patch for type unravelling


Release 1.3
===========

* Applied (slightly modified) Vincent Bernardoff's patches for 'point' type
* Large data set patch by Mykola Stryebkov


Release 1.2
===========

* Jérôme Vouillon's monadic version 
* Updated to Calendar 2.x
* Password authentication from $PGPASSWORD (by Dario Teixeira)
* Syntax package now called 'syntax' instead of 'statements'


Release 1.1
===========

* Added proper copyright notices to license.


Release 1.0
===========

* First public release

