c0265ef2ec7b393eaf69f7bd243aa667625d5a60
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
1 Revision history for DBIx::Class::UUIDColumns
2
3 0.02000 Sun June 24 21:09:35 2007
4     - Converted to Class::Accessor::Grouped after mk_classdata
5         snafu in DBIC 0.08
6     - uuid_columns now also returns the list of columns
7     - insert now uses uuid_columns instead of internal list
8
9 0.01001 Sat May 05 20:01:13 2007
10     - RT#22364 (ASH) hopefully fixed with updated prereq
11     - Added Data::GUID support
12     - Fixed ::Win32API::GUID incorrect subclass
13     - Converted to Module::Install
14     - Added cargo tests/TEST_AUTHOR
15     - Much improved test coverage
16     - Fixed case where no uuid module found so that it dies with error, not with
17         method not found
18
19 0.00001
20     - initial release