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