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