X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=Changes;h=4c4f3b341f4e01bc3b6674bf50772583650166f2;hp=3e3cf902decea2ab15ce81070ed95febdd3bfff4;hb=bf23e788f027c454711a8421b44945acbb2443b8;hpb=c5d4756772d2d08fb6f7609854f236030dc9d571 diff --git a/Changes b/Changes index 3e3cf90..4c4f3b3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ Revision history for Perl extension URI::Template +0.22 2015-04-04 + - Fix regression in variables() when called in list context (GH #4) + +0.21 2015-01-08 + - variables() now returns items in their order of appearance (Artem + Krivopolenov) + +0.20 2015-01-05 + - Handle "0" as a template properly (RT 101109) + 0.19 2015-01-05 - Allow empty template as per spec (RT 101109) - template() now accepts a new string as an argument (Artem Krivopolenov)