X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0474003c870caf9ac24303f94f72f21164e70aa9;hb=HEAD;hp=6cfdeda406d7174a1807cd33c714fde79c5c851b;hpb=0deeb75fab1e92bc66dd345ed084fe29338ba013;p=p5sagit%2FData-Dumper-Concise.git diff --git a/Changes b/Changes index 6cfdeda..0474003 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,36 @@ +Revision history for Data-Dumper-Concise + +2.023 - 2017-05-12 + - convert distribution from Module::Install to Distar; fixes RT#120856 + - every module has a $VERSION now (RT#116427) + - add support for Trailingcomma option (RT#114609, Aaron Crane) + +2.022 Mar 21 2014 + - Fix repo metadata + +2.021 Dec 31 2013 + - Make Dwarn output all arguments even in scalar context + (retun val is still the same though) + +2.020 Jan 20 2011 + - Add DumperObject for getting at the underlying obj + - create DwarnF for formatting Dumper'd output + - Create Ddie for die'ing output + +2.012 Aug 31 2010 + - Make DwarnN test still work if Devel::ArgNames isn't installed + +2.011 Aug 30 2010 + - add $DwarnN export + - make Devel::ArgNames an optional dep + +2.010 Jul 29 2010 + - add $Dwarn export + +2.001 Jul 23 2010 + - add documentation for DwarnN + +2.000 Jul 22 2010 - remove Dumper() returning object - add DwarnN - add DwarnL