From: Yuval Kogman Date: Wed, 30 Jul 2008 06:16:26 +0000 (+0000) Subject: changelog X-Git-Tag: v0.900201~77 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=18526a9c4664bcfebce1cf2f8be789e70683abac;p=dbsrgits%2FDBIx-Class-Journal.git changelog --- diff --git a/Changes b/Changes index 6bada66..01fad2f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,15 @@ +0.02_01 2008-07-30 + - support multi column primary keys + - rename Change to ChangeLog to avoid conflict with mysql reserved word + - fix schema composition when sharing connection + - support for nested transactions (produce one changeset, but support stubs + for nested changesets in place) + - removed dummy table + - various other cleanups + - calling current_changeset outside of txn_do is fatal + - fix 'now()' default value, timestamp happens in perl space instead + - also call txn_do on the journal schema if the storage object differs + - don't call txn_begin twice 0.01 2007-08-11: Initial version