You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2020/01/14 15:09:30 UTC

[httpcomponents-client] branch release-preparation updated: Update RELEASE_NOTES.txt

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-preparation
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/release-preparation by this push:
     new 1191277  Update RELEASE_NOTES.txt
1191277 is described below

commit 1191277bdb01e85156f130649b086fa6d29c22da
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Tue Jan 14 10:09:21 2020 -0500

    Update RELEASE_NOTES.txt
    
    Minor typo.
---
 RELEASE_NOTES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index d25a103..be71d13 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -11,7 +11,7 @@ Changelog:
 * Improved domain name normalization by DefaultHostnameVerifier.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
-* HTTPCLIENT-2033: connection managers to immediately shut down all leased connection upon shutdown.
+* HTTPCLIENT-2033: Connection managers to immediately shut down all leased connection upon shutdown.
   Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * HTTPCLIENT-2020: DefaultBackoffStrategy to support TOO_MANY_REQUESTS (429).