X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=Changes;h=f64e3bdda4412128170df94c0953d7b5b95435f6;hp=efbb38ccf166a451502ec01988085b0106505497;hb=93c508897a53337dd5f860a92fb142fd0aede2de;hpb=b7c7995572f865613e5a1907189ac23d8b52c690 diff --git a/Changes b/Changes index efbb38c..f64e3bd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for DBIx::Class + - remove the recommends from Makefile.PL, DBIx::Class is not + supposed to have optional dependencies. ever. + - mangle the DBIx/Class.pm POD to be more clear about + copyright and license - Change ResultSetColumn->reset() to no longer return $self, which fixes an issue with using Cursor::Cached and ResultSetColumn together.