X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d724473105dbd49fbe5fef98fb356ffdbb0d97db;hb=49ca473e;hp=6ddd10afc78e9eaef47d675e75f09aa426f21a54;hpb=84f7e8a1c6303091d753572648e37d3bd7270181;p=dbsrgits%2FDBIx-Class.git diff --git a/Changes b/Changes index 6ddd10a..d724473 100644 --- a/Changes +++ b/Changes @@ -22,6 +22,8 @@ Revision history for DBIx::Class at instantiation time - New documentation map organized by features (DBIx::Class::Manual::Features) + - find( col1 => $val1, col2 => $val2, ... ) is no longer supported + (it has been in deprecated state for more than 4 years) * Fixes - Fix memory leak during populate() on 5.8.x perls