From 1abae928c1ce96a269357026648dfae6e793af72 Mon Sep 17 00:00:00 2001 From: Sebastian Bazley Date: Fri, 17 Dec 2010 00:02:41 +0000 Subject: [PATCH] HTTPCLIENT-975 was fixed after 4.1-beta1 git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1050243 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE_NOTES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index be4a0ef59..e788b9e01 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -4,6 +4,11 @@ Changes since 4.1 BETA1 * [HTTPCLIENT-1036] StringBody has incorrect default for characterset. (Default changed to US-ASCII) Contributed by Sebastian Bazley +* [HTTPCLIENT-975] Support stale-if-error extension directive (RFC5861). + Contributed by Mohammed Azeem Uddin , + Michajlo Matijkiw , and + Matthew Hawthorne . + * [HTTPCLIENT-1033] HttpRoute.equals(Object o) is quite inefficient, as it does not take full advantage of shortcut logic Contributed by Sebastian Bazley @@ -20,11 +25,6 @@ project. Changelog ------------------- -* [HTTPCLIENT-975] Support stale-if-error extension directive (RFC5861). - Contributed by Mohammed Azeem Uddin , - Michajlo Matijkiw , and - Matthew Hawthorne . - * [HTTPCLIENT-1015] Support only-if-cached directive. Contributed by Michajlo Matijkiw