Add new uri_with mode for appending.
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 90e4b36..705ad6c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,12 @@
        - Inherited controller methods can now be specified in config->{action(s)}
          (edenc)
 
+  New features:
+       - Add optional second argument to uri_with which appends to existing
+         params rather than replacing them. (foo=1 becomes foo=1&foo=2 when
+         uri_with({ foo => 2 }, { mode => 'append' }) is called on a foo=1
+         URI.
+
 5.80006 2009-06-29 23:37:47
 
   Bug fixes: