X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=24852b17de5b9716cba82d8d7f030f79e3d815b7;hb=ecea7937af447727114a232448d79e33f1ad562d;hp=387c290738123072459258413d582cb532f0a671;hpb=77f11644be3fa8b60382c752bf8d39d29ec79465;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 387c290..24852b1 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,8 @@ Revision history for DBIx::Class - Versioning refactored - -0.08009 2008-01-20 13:30 + - Created Storage::TxnScopeGuard object and txn_scope_guard methods + on Schema and Storage as an alternative way of doing transactions - Made search_rs smarter about when to preserve the cache to fix mm prefetch usage - Added Storage::DBI subclass for MSSQL over ODBC.