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