The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Feature oriented Revision history for DBIx-Class-BatchUpdate
============================================================

1.004 -- 2016-02-05 01:17:48 UTC

* Fix for #3 - Die if there are dirty PK column values

* Fix for #4 - Hard coded primary key "id".

* Die if called with resultset which has multi-column PKs


1.003 -- 2016-02-04 22:01:55 UTC

* Re-Fix for #1 - Replace magic values for separator and undef with
  Storable serialization for performance


1.002 -- 2016-02-04 21:10:16 UTC

* Fix for #1 - Replace magic values for separator and undef with
  md5 hash


1.001 -- 2016-02-04 19:00:36 UTC

* Fix https://github.com/jplindstrom/p5-DBIx-Class-BatchUpdate/issues/2


1.000 -- 2016-02-04 15:10:57 UTC

* First release