From ba9ab1bee7e9af1f6a849bb562ad45550f47388e Mon Sep 17 00:00:00 2001 From: Arthur Axel 'fREW' Schmidt Date: Fri, 26 Jan 2018 09:33:45 -0800 Subject: [PATCH] v2.033004 - Fix ::RemoveColumns and ::AutoRemoveColumns to not wreak havoc when select/as is used (Thanks Vladimir Melnik for test and ribasushi for hint at fix!) - Allow easily subclassing types to be skipped in ::ToJSON (Thanks Paul Williams!) (closes GH#79 and GH#80) --- Changes | 2 ++ dist.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index b34cc84..70edecc 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for {{$dist->name}} {{$NEXT}} + +2.033004 2018-01-26 09:33:20-08:00 America/Los_Angeles - Fix ::RemoveColumns and ::AutoRemoveColumns to not wreak havoc when select/as is used (Thanks Vladimir Melnik for test and ribasushi for hint at fix!) - Allow easily subclassing types to be skipped in ::ToJSON diff --git a/dist.ini b/dist.ini index 1f673d6..998b418 100644 --- a/dist.ini +++ b/dist.ini @@ -2,7 +2,7 @@ name = DBIx-Class-Helpers author = Arthur Axel "fREW" Schmidt license = Perl_5 copyright_holder = Arthur Axel "fREW" Schmidt -version = 2.033003 +version = 2.033004 ; authordep Pod::Weaver::Plugin::Exec