about summary refs log tree commit homepage
path: root/History.txt
diff options
context:
space:
mode:
Diffstat (limited to 'History.txt')
-rw-r--r--History.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/History.txt b/History.txt
index 00dd699..a989a0a 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,12 @@
+=== 0.0.5 / 2009-09-02
+
+   The following variables are now exposed: $request_method,
+   $content_length and $content_type.  Additionally, attempts
+   to use $http_content_length or $http_content_type will be
+   remapped to use the non-"$http_"-prefixed variable instead
+   since the "$http_"-variants of those variables is not allowed
+   by Rack.
+
 === 0.0.4 / 2009-09-02
 
     The pure Ruby version now escapes with uppercase A-F