You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by sb...@apache.org on 2008/06/08 20:11:52 UTC

svn commit: r664534 - /httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Author: sberlin
Date: Sun Jun  8 11:11:52 2008
New Revision: 664534

URL: http://svn.apache.org/viewvc?rev=664534&view=rev
Log:
add HTTPCLIENT-779 change to release notes

Modified:
    httpcomponents/httpclient/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=664534&r1=664533&r2=664534&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Sun Jun  8 11:11:52 2008
@@ -1,6 +1,10 @@
 Changes since 4.0 Alpha 4
 -------------------
 
+* [HTTPCLIENT-779] Top-level classes (HttpClient, and HttpGet, HttpPut
+  and similar HttpMethods) throw fewer exceptions.
+  Contributed by Sam Berlin <sberlin at apache.org>
+
 * HttpClient will throw an exception if an attempt is made to retry
   a request with a non-repeatable request entity.
   Contributed by Oleg Kalnichevski <olegk at apache.org>