note in changes we need another release due to an indexing problem
[catagits/Web-Simple.git] / Changes
diff --git a/Changes b/Changes
index 52559b5..24d202b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Change log for Web::Simple
 
+  - 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
   - Support 'use Web::Simple;' to default to current package