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