Merge tag 'upstream/0.22'
[liburi-template-perl.git] / Changes
diff --git a/Changes b/Changes
index ec97a3e..4c4f3b3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 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)