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