X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=771a55e4f614020cb5a1c45ea72e7b558d994cb8;hb=47d7b769c034e04989840b1efc2f5991518cff23;hp=e8ec6c5812f101ad991a8a9e5712491022d455c1;hpb=1759f82f9191bd4ec6ad743d066082242ddbce39;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index e8ec6c5..771a55e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for DBIx::Class + * Misc + - Replace $row with $result in all docs to be consistent and to + clarify various return values + +0.08250 2013-04-29 22:00 (UTC) * New Features / Changes - Rewrite from scratch the result constructor codepath - many bugfixes and performance improvements (the current codebase is now capable of @@ -57,6 +62,10 @@ Revision history for DBIx::Class - Make sure deployment_statements() and cursor_class() are called on a resolved storage subclass + * Misc + - Fix tests failing due to unspecified resultset retrieval order + (test suite now will pass with newest SQLite libs) + 0.08210 2013-04-04 15:30 (UTC) * New Features / Changes - Officially deprecate the 'cols' and 'include_columns' resultset