Minor whitespace tweaks to make each file more distinct. Add note for CDBI folks...
[dbsrgits/DBIx-Class.git] / Changes
1 Revision history for DBIx::Class
2
3         - Updated name section for manual pods
4         
5 0.03003 2005-11-03 17:00:00
6         - POD fixes.
7         - Changed use to require in Relationship/Base to avoid import.
8
9 0.03002 2005-10-20 22:35:00
10         - Minor bugfix to new (Row.pm)
11         - Schema doesn't die if it can't load a class (Schema.pm)
12         - New UUID columns plugin (UUIDColumns.pm)
13         - Documentation improvements.
14
15 0.03001 2005-09-23 14:00:00
16         - Fixes to relationship helpers
17         - IMPORTANT: prefetch/schema combination bug fix
18
19 0.03    2005-09-19 19:35:00
20         - Paging support
21         - Join support on search
22         - Prefetch support on search
23
24 0.02    2005-08-12 18:00:00
25         - Test fixes.
26         - Performance improvements.
27         - Oracle primary key support.
28         - MS-SQL primary key support.
29         - SQL::Abstract::Limit integration for database-agnostic limiting.
30
31 0.01    2005-08-08 17:10:00
32         - initial release