de-experimental uploads
Matt S Trout [Mon, 16 Jul 2012 10:26:47 +0000 (10:26 +0000)]
Changes
lib/Web/Simple.pm

diff --git a/Changes b/Changes
index 5145f99..a12cb72 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+  - Un-mark upload matches as experimental since they work
+
 0.018 - 2012-07-15
   - Allow dots in parameter names
   - Support for basic authentication in test requests
index 30a9644..aba056f 100644 (file)
@@ -525,11 +525,7 @@ hashref style, the arrayref and single parameters will appear in C<@_> in the
 order you defined them in the protoype, but all hashrefs will merge into a
 single C<$params>, as in the example above.
 
-=head3 Upload matches (EXPERIMENTAL)
-
-Note: This feature is experimental. This means that it may not remain
-100% in its current form. If we change it, notes on updating your code
-will be added to the L</CHANGES BETWEEN RELEASES> section below.
+=head3 Upload matches
 
   sub (*foo=) { # param specifier can be anything valid for query or body