X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c77d47b9309dabd538628eca7a05ec7aee504ccb;hb=a4b350b1968e95392a234ae9e6e40186e97d7468;hp=f31680c9088923ddc058789214cf1c6ef66de1e1;hpb=002a359a8e58e2ffdc2b571231a8a6f209056ffe;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index f31680c..c77d47b 100644 --- a/Changes +++ b/Changes @@ -2,9 +2,23 @@ Revision history for DBIx::Class - added remove_column(s) to ResultSource/ResultSourceProxy - added add_column alias to ResultSourceProxy + - added source_name to ResultSource + - load_classes now uses source_name and sets it if necessary + - add update_or_create_related + +0.06002 + - fix for -and conditions when updating or deleting on a ResultSet 0.06001 + - minor fix to update in case of undefined rels + - fixes for cascade delete + - substantial improvements and fixes to deploy - Added fix for quoting with single table + - Substantial fixes and improvements to deploy + - slice now uses search directly + - fixes for update() on resultset + - bugfix to Cursor to avoid error during DESTROY + - transaction DBI operations now in debug trace output 0.06000 - Lots of documentation improvements