X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=56396695e29dc59636ce634dd3db23226452f9e9;hb=cc506f8b4fdf305b5f4483c7fdad19bc84ea68c8;hp=4a830a2cc45e77762fe9e53cdc4339e8de6dfb2e;hpb=5379386ef2b88e002a778e02132b1f58adf31152;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 4a830a2..5639669 100644 --- a/Changes +++ b/Changes @@ -45,6 +45,7 @@ Revision history for DBIx::Class - Fix set_column on non-native (+columns) selections (RT#86685) - Fix set_inflated_column incorrectly handling \[] literals (GH#44) - Ensure that setting a column to a literal invariably marks it dirty + - Fix copy() not working correctly with extra selections present - Work around exception objects with broken string overloading in one additional codepath (missed in 0.08260) - Fix more inconsistencies of the quote_names attribute propagating