From 505184cc9493d0973d6361e90e3b1c7f1f56f881 Mon Sep 17 00:00:00 2001 From: Aristid Breitkreuz Date: Sat, 4 Aug 2012 20:47:01 +0200 Subject: [PATCH] add change of Last-Modified header parsing to release notes --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index bae34b02..c427ccfc 100644 --- a/README.org +++ b/README.org @@ -101,6 +101,8 @@ You can also find this example in the source distribution in the ~Examples/~ fol - Change ServiceConfiguration concept so as to indicate in the type whether this is for URI-only requests (i.e. awsUri) - Direct support for iterated transaction, i.e. such where multiple HTTP requests might be necessary due to e.g. response size limits. + - Bug fixes: + - Properly parse Last-Modified header in accordance with RFC 2616. ** 0.6 series