X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7b432c78286b57c502cb05b715af5ad9ad6d17e2;hb=452e7ff29c95f7771bf5efd31c24cfb6f2d7b2bb;hp=310620d0d6a8ff07d5317fbe6c5fc6e8f2480e84;hpb=3d4be272352a0ce54b8f9bbe159cfc29bc4ab779;p=p5sagit%2FData-Dumper-Concise.git diff --git a/Changes b/Changes index 310620d..7b432c7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,35 @@ +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 + +1.100 Dec 10 2009 + - add Data::Dumper::Concise::Sugar containing Dwarn and DwarnS + helper functions + - add Devel::Dwarn as a more concise alias for ::Sugar + +1.002 Nov 22 2009 + - open up non-ref and multiple arguments since I've not seen any other + viable use for the additional syntax + 1.001 Oct 5 2009 - more explanation of purpose, limitations and alternatives in the POD