From: Alexander Hartmaier Date: Tue, 26 Nov 2019 15:40:26 +0000 (+0100) Subject: Version 2.008001 X-Git-Tag: 2.008001^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=be23c445e84d879534218be5470e57eed3df9448 Version 2.008001 - Add support for has_many relationships (RT#65168) - Remove update_object_relation method replaced by DBIx::Class::ResultSet::RecursiveUpdate --- diff --git a/Changes b/Changes index 24886df..ba75462 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }} {{ $NEXT }} + +2.008001 2019-11-26 16:39:44+01:00 Europe/Vienna - Add support for has_many relationships (RT#65168) - Remove update_object_relation method replaced by DBIx::Class::ResultSet::RecursiveUpdate diff --git a/dist.ini b/dist.ini index c954db7..f881fdd 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Catalyst-Controller-DBIC-API -version = 2.007002 +version = 2.008001 author = Nicholas Perez author = Luke Saunders author = Alexander Hartmaier