NEWS in clogger-0.7.0 vs NEWS in clogger-0.8.0

- old
+ new

@@ -1,4 +1,16 @@ +=== clogger 0.8.0 - delegating away! / 2011-01-21 09:09 UTC + + Clogger now delegates all unknown methods to the response body + in cases where it needs to wrap the response body. This allows + apps that use non-standard Rack extensions to continue working. + + Eric Wong (4): + pass along "to_io" calls to the body + delegate method_missing calls to the response body + pure: simpler autoload trigger + switch to pkg.mk for maintenance tasks + === clogger 0.7.0 - portability improvements, cleanups / 2011-01-15 00:39 UTC Broken/crazy systems without CLOCK_MONOTONIC (in varying degrees) and/or clock_gettime() should be supported by using gettimeofday(). Thanks to Lawrence Pit for reporting