HTTPCLIENT-975: updated ChangeLog with stale-if-error contribution.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1049183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Moore 2010-12-14 17:24:10 +00:00
parent a91847b57c
commit 7bb8ecbf98
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ project.
Changelog
-------------------
* [HTTPCLIENT-975] Support stale-if-error extension directive (RFC5861).
Contributed by Mohammed Azeem Uddin <mohammedazeem_uddin at comcast.com>,
Michajlo Matijkiw <michajlo_matijkiw at comcast.com>, and
Matthew Hawthorne <matthew_hawthorne at comcast.com>.
* [HTTPCLIENT-1015] Support only-if-cached directive.
Contributed by Michajlo Matijkiw <michajlo_matijkiw at comcast.com>