all query body parameters are now decoded from UTF8 to Perl's text string format...
[catagits/Web-Simple.git] / Changes
diff --git a/Changes b/Changes
index feeb7bd..9cf32dd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+  - Allow dots in path matches, so you can have sub (/foo.html)
+
+0.011 - 2011-12-23
   - Add Web::Dispatch::HTTPMethods
   - Fix [ sub {} ] for async code
   - Support match_foo(...) => sub {} as a dispatcher return