X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=24852b17de5b9716cba82d8d7f030f79e3d815b7;hb=ecea7937af447727114a232448d79e33f1ad562d;hp=624473b1c09400f6e6841e118ff7ce3e39eb2663;hpb=95e34604b78f3d54447fc82e3652850e245b7615;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 624473b..24852b1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for DBIx::Class -0.08009 2008-01-20 13:30 + - Versioning refactored + - 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.