From: Matt S Trout Date: Fri, 20 Jan 2006 05:49:06 +0000 (+0000) Subject: Updated Changes for _03 X-Git-Tag: v0.05005~117^2~32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bfc3d483e2f444fe39288caff955f3b3265f40b;p=dbsrgits%2FDBIx-Class.git Updated Changes for _03 --- diff --git a/Changes b/Changes index 92853a3..21c9adb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for DBIx::Class +0.04999_03 + - Imported Jess Robinson's SQL::Translator::Parser::DBIx::Class + - Lots of internals cleanup to eliminate result_source_instance requirement + - added register_column and register_relationship class APIs + - made Storage::DBI use prepare_cached safely (thanks to Tim Bunce) + - many documentation improvements (thanks guys!) + 0.04999_02 2006-01-14 07:17:35 - Schema is now self-contained; no requirement for co-operation - add_relationship, relationships, relationship_info, has_relationship