X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c52861490f258a8858698af3dbbbad30fcd63914;hb=f717f5934bee3df4d972b7c7bf40d170127fb859;hp=eb704cabb98f11faaddb0052ae2813b191e1e0cb;hpb=9e8a5bca132ade1de969c6facc731b2985bc8bb9;p=p5sagit%2FData-Dumper-Concise.git diff --git a/Changes b/Changes index eb704ca..c528614 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,28 @@ +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 + - make Dwarn contextual + - document ::Dwarn idiom + 1.200 Feb 13 2010 - make sure Devel::Dwarn::Dwarn and Devel::Dwarn::DwarnS work