X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=234c658105d48588faad5cafc8ad1d9a7a9b3a2a;hb=71829446a4a4520d835971cf8376297d57315940;hp=cfaacabdef34e2f9ad58267fbf7a78492df68586;hpb=4294954ac83c42e52891e2191a1faacd454cdb47;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index cfaacab..234c658 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for DBIx::Class + + * New Features / Changes + - Allow schema cloning to mutate attributes. + + * Fixes - Fix issue where the query was becoming overly mangled when trying to use pagination with a query that has a sub-select in the WHERE clause.