History in rack-webconsole-0.1.0 vs History in rack-webconsole-0.1.1
- old
+ new
@@ -1,4 +1,9 @@
+=== 0.1.1 / 2011-07-27
+
+ ! Fix bug with Content-Length not being calculated appropriately. (Corin Langosch)
+ + Refactor JavaScript to avoid messing with prototypes (Corin Langosch)
+
=== 0.1.0 / 2011-07-27
+ The request object is now exposed in the console through #request method
+ Various UI enhancements
! Fix bug where Sandbox locals were much more than those defined by the user.