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