allow for multipk
[dbsrgits/DBIx-Class-Journal.git] / Changes
1 0.900001_05 2010-04-28
2     - Added prepopulate_journal() to bootstrap insert logs, for retrofitting (oliver)
3     - Added bootstrap_journal() which calls deploy_journal() and then prepopulate_journal() (oliver)
4
5 0.900001_04 2010-04-27
6     - Lots of documentation tweaks (oliver)
7     - Fix a bug caused by storing state of row BEFORE update instead of after (oliver)
8     - RT56175: allow tables to have a prefix
9     - RT56179: insert change_id, not change object, into audit log
10
11 0.900001_03 2010-02-18
12     - Journal schema is now in it's own virtual package instead of being in
13       DBIx::Class::Schema::Journal::DB so a user should be able to have
14       multiple journals without them mingling
15     - No longer depend on Test::TempDir so this should build on windows
16     - Use Class::C3::Componentised instead of DBIx::Class::Componentised
17     - Fixed syntax error in SYNOPSIS
18     - Lots of cleanup (deleting unused files, commented out code, etc)
19     - Switched to Module::Install instead of EU::MM
20
21 0.900001_02
22     - The one time I forget to run disttest, the MANIFEST file mysteriously
23       disappears... *sigh*
24
25 0.900001_01
26     - insert records a history row as well
27     - SQL::Translator is required to run the test suite
28     - Add EvalWrap subclass, that suppressed errors and warns instead, useful
29       for when having no errors is preferable over partial journal data
30     - various refactoring
31     - correct journalling of recreated data (data with a primary key that
32       previously existed)
33     - update to DBIx::Class's versioning scheme
34
35 0.02_01 2008-07-30
36     - deployment at connect time is disabled by default, set journal_auto_deploy to reenable
37     - $main_schema->deploy deploys the journalling tables too
38     - support multi column primary keys
39     - rename Change to ChangeLog to avoid conflict with mysql reserved word
40     - fix schema composition when sharing connection
41     - support for nested transactions (produce one changeset, but support stubs
42       for nested changesets in place)
43     - removed dummy table
44     - various other cleanups
45     - calling current_changeset outside of txn_do is fatal
46     - fix 'now()' default value, timestamp happens in perl space instead
47     - also call txn_do on the journal schema if the storage object differs
48     - don't call txn_begin twice
49
50 0.01 2007-08-11:
51 Initial version
52
53