X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=705ad6c4b464eb4c8d17bb8545c2c90b86c68284;hp=90e4b36a647a296ee5beb69e62993f70f7988565;hb=a375a2063f27382237250ad957bea5ea6ead9296;hpb=723409756875e4156d215c7348faa4b2804ed389 diff --git a/Changes b/Changes index 90e4b36..705ad6c 100644 --- 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: