X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=9562a9c9f37ffbbecaf7d642d20aa5364e03341e;hb=79346e56a9ebf94b504a2ee19e96ff3547a77321;hp=6d668ae229bf36f74e2ee3568271fda9870da1b1;hpb=13ad6d2a9f92ee1fd3baf4921643901055b26b62;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 6d668ae..9562a9c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,18 @@ Revision history for DBIx::Class +0.082810 2014-10-25 13:58 (UTC) + * Fixes + - Fix incorrect collapsing-parser source being generated in the + presence of unicode data among the collapse-points + - Fix endless loop on BareSourcelessResultClass->throw_exception(...) + + * Misc + - Depend on newer SQL::Abstract (fixing overly-aggressive parenthesis + opener: RT#99503) + - Depend on newer Moo, fixing some interoperability issues: + http://lists.scsys.co.uk/pipermail/dbix-class/2014-October/011787.html + +0.082801 2014-10-05 23:55 (UTC) * Known Issues - Passing large amounts of objects with stringification overload directly to DBIx::Class may result in strange action at a distance