X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=72d7647b8afb38a843978b4936ec4a627a70a54e;hb=81cf62797401df759ea308f8bacfcbccbc302104;hp=1884dd0212f4c2e7f5af750330d1de80a90e563f;hpb=28ef9468343a356954f0e4dc6bba1b834a8b3c3c;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 1884dd0..72d7647 100644 --- a/Changes +++ b/Changes @@ -65,6 +65,8 @@ Revision history for DBIx::Class create()/populate() - Fix spurious warning on MSSQL cursor invalidation retries (RT#102166) - Fix several corner cases with Many2Many over custom relationships + - Fix corner cases of C3 composition being broken on OLD_MRO (5.8.x) + only: https://github.com/frioux/DBIx-Class-Helpers/issues/61 * Misc - Add explicit test for pathological example of asymmetric IC::DT setup