=== 1.2.0 (2011-11-01)

* Add optimize_model_load setting to speedup loading of model objects, off by default (jeremyevans)

* Add major speedup to Dataset#map, #to_hash, #select_map, #select_order_map, and #select_hash (jeremyevans)

* Work with the new Database#timezone setting in Sequel 3.29.0 (jeremyevans)

=== 1.1.1 (2011-09-01)

* Work with new Sequel::SQLTime for time columns in Sequel 3.27.0 (jeremyevans)

=== 1.1.0 (2011-06-01)

* Work with new Database#conversion_procs method in Sequel 3.24.0 (jeremyevans)

=== 1.0.2 (2011-03-16)

* Build the Windows gem against PostgreSQL 9.0.1 to support the new default bytea serialization format (jeremyevans)

* Allow use of Sequel::Postgres::PG_TYPES to add custom conversion support for types not handled by default (funny-falcon)

* Fix handling of timestamps with fractional seconds and offsets (funny-falcon)

=== 1.0.1 (2010-09-12)

* Correctly handle timestamps with negative offsets and fractional hours (jeremyevans)

=== 1.0.0 (2010-08-31)

* Initial Public Release
