first go a a test and method to convert tags to events
[catagits/Web-Simple.git] / Changes
diff --git a/Changes b/Changes
index f5d3098..bae79ff 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
 Change log for Web::Simple
 
+0.008 - 2011-02-16
+  - Once more.
+
+0.007 - 2011-02-16
+  - Re-release due to indexing failure
+
+0.006 - 2011-02-15
+  - Fix Content-type issue (ie, Content-type: blah works, 
+    but Content-type: blah; charset: blah shits flames)
+  - Make Web::Dispatch return [\$cv] as \$cv to allow subref responses
+  - Stop undef errors killing XML::Tags conversion to string
+  - Fixup dispatcher logic so dispatchers within a /foo/... work correctly
+
 0.005 - Tue Jan 11 2011 22:09 UTC
   - Redocument to cover changes
   - Factor dispatcher code out into Web::Dispatch